Some minor changes
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
module Exercises = Exercises
|
module Exercises = Exercises
|
||||||
|
|
||||||
module MiniImp = MiniImp
|
module MiniImp = MiniImp
|
||||||
|
|
||||||
|
module MiniFun = MiniFun
|
||||||
|
|||||||
@ -42,6 +42,7 @@ type memory = {
|
|||||||
|
|
||||||
exception AbsentAssignment of string
|
exception AbsentAssignment of string
|
||||||
exception DivisionByZero of string
|
exception DivisionByZero of string
|
||||||
|
|
||||||
module Utility = Utility;;
|
module Utility = Utility;;
|
||||||
|
|
||||||
Random.self_init ()
|
Random.self_init ()
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
(test
|
(test
|
||||||
(name test_lang))
|
(name testingImp)
|
||||||
|
(libraries lang))
|
||||||
|
|||||||
Reference in New Issue
Block a user