10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-20 20:22:32 +02:00
QuantumPackage/ocaml/tests/test_mo_label.ml
2019-01-25 11:39:31 +01:00

6 lines
107 B
OCaml

let () =
let m = MO_label.of_string "canonical" in
let s = MO_label.to_string m in
print_string s
;;