Up

Module Config

Signature

type t = {
camlp4_is_embedded
: [
| `pa_files of string list
] option
;
ppx_is_embedded
: bool ;
}
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t