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

View File

@@ -1,6 +1,11 @@
open FromStdlib open Exposed
let ( + ) a b = stdlib_plus_float a b
let ( - ) a b = stdlib_minus_float a b
let ( * ) a b = stdlib_multiply_float a b
let ( / ) a b = stdlib_divide_float a b
let of_string = stdlib_float_of_string_opt