package sexplib

  1. Overview
  2. Docs

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