removed some stdlib dependencies; license; bug fixes

This commit is contained in:
2022-09-03 09:14:17 +10:00
committed by aaron-jack-manning
parent e25b69bd44
commit f8f441648d
44 changed files with 284 additions and 101 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
open General
external print : string -> unit = "print"
external read_line : int -> string = "read_line"
let print_all (contents : string list) : unit =
print (String.concat contents)