10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/ocaml/MO_label.mli

16 lines
226 B
OCaml
Raw Normal View History

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