Module type Macro.Sexp_loader
A version of load_sexps that is functorized with respect to the functions that load the sexps from files and the corresponding monad.
module Monad : sig ... endval load_sexps : string -> Sexp.t list Monad.tval load_annotated_sexps : string -> Sexp.Annotated.t list Monad.t