module Stog_io:sig
..end
val bool_of_string : string -> bool
bool_of_string "0" = false
and bool_of_string "false" = false
.
bool_of_string
returns true
for any other value.val read_stog : string -> Stog_types.stog
Stog_types.stog
structure from the given directory.