Some minor changes

This commit is contained in:
elvis
2024-10-20 20:27:23 +02:00
parent f5f8081ef4
commit de2e8bbd86
4 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
module Exercises = Exercises module Exercises = Exercises
module MiniImp = MiniImp module MiniImp = MiniImp
module MiniFun = MiniFun

View File

@ -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 ()

View File

@ -1,2 +1,3 @@
(test (test
(name test_lang)) (name testingImp)
(libraries lang))

View File