Module type Macro.Sexp_loader

module type Sexp_loader = sig .. end
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 .. end
val load_sexps : string -> Sexp.t list Monad.t
val load_annotated_sexps : string -> Sexp.Annotated.t list Monad.t