qp2/ocaml/MO_label.mli

17 lines
244 B
OCaml
Raw Normal View History

2019-01-25 11:39:31 +01:00
type t =
| Guess
| Canonical
| Natural
| Localized
| Orthonormalized
2019-04-17 17:32:07 +02:00
| MCSCF
2019-01-25 11:39:31 +01:00
| None
[@@deriving sexp]
(** String representation *)
val to_string : t -> string
(** Build from string representation *)
val of_string : string -> t