neater build system

This commit is contained in:
2022-01-20 20:07:42 +11:00
committed by aaron-jack-manning
parent d295103284
commit a8cdd2411f
16 changed files with 157 additions and 83 deletions
+7 -1
View File
@@ -2,4 +2,10 @@ open FromStdlib open Exposed
let ( + ) = stdlib_string_concat
let length = stdlib_string_length
let length = stdlib_string_length
let of_int = stdlib_string_of_int
let of_float = stdlib_string_of_float
let of_bool = stdlib_string_of_bool