package sexp_macro

  1. Overview
  2. Docs

Module Sexp_macro.LoaderSource

Parameters

module S : sig ... end

Signature

Sourceval 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
Sourceval 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
Sourceval included_files : string -> string list S.Monad.t
OCaml

Innovation. Community. Security.