10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-01 02:45:29 +02:00
quantum_package/ocaml/MO_label.mli

15 lines
206 B
OCaml
Raw Normal View History

2014-10-29 16:56:16 +01:00
type t =
| Guess
| Canonical
| Natural
| Localized
| None
with sexp
(** String representation *)
val to_string : t -> string
(** Build from string representation *)
val of_string : string -> t