package sexp_macro

  1. Overview
  2. Docs

Parameters

module S : sig ... end

Signature

val load_sexp_conv : ?allow_includes:bool -> string -> (Sexplib.Sexp.t -> 'a) -> [ `Result of 'a | `Error of exn * Sexplib.Sexp.Annotated.t ] as 'body S.Monad.t
val load_sexps_conv : ?allow_includes:bool -> string -> (Sexplib.Sexp.t -> 'a) -> [ `Result of 'a | `Error of exn * Sexplib.Sexp.Annotated.t ] as 'body list S.Monad.t
val included_files : string -> string list S.Monad.t