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
+2
View File
@@ -0,0 +1,2 @@
(** Converts the string to a bool, returning option type to account for invalid strings. *)
val of_string : string -> bool option