Module Hardcaml.Build_mode

type t =
| Simulation
| Synthesis
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_string : Hardcaml__.Import.string -> t