Merge with cfg

This commit is contained in:
elvis
2024-11-20 00:17:58 +01:00
46 changed files with 2158 additions and 413 deletions

5
lib/utility/utility.mli Normal file
View File

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