separated into modules, added parser and lexer for miniImp
This commit is contained in:
3
lib/utility/utility.mli
Normal file
3
lib/utility/utility.mli
Normal file
@ -0,0 +1,3 @@
|
||||
val pow : int -> int -> int
|
||||
|
||||
val powmod : int -> int -> int -> int
|
||||
Reference in New Issue
Block a user