Started work for type inference

This commit is contained in:
elvis
2024-11-06 17:21:14 +01:00
parent a6daee916e
commit 19c11ad9c8
5 changed files with 112 additions and 173 deletions

View File

@ -1,3 +1,5 @@
val pow : int -> int -> int
val powmod : int -> int -> int -> int
val fromIntToString : int -> string