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