load_sexp file
like {!Sexp.load_sexp} file
, but resolves the macros
contained in file
.
load_sexps file
like {!Sexp.load_sexps} file
, but resolves the macros
contained in file
.
load_sexp_conv file f
uses load_sexp and converts the result using
f
.
load_sexps_conv file f
uses load_sexps and converts the result using
f
.
load_sexp_conv_exn file f
like load_sexp_conv, but raises an exception
in case of conversion error.
load_sexps_conv_exn file f
like load_sexps_conv, but raises an
exception in case of conversion error.
A version of load_sexps
that is functorized with respect to the functions
that load the sexps from files and the corresponding monad.