10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-18 11:15:28 +02:00
quantum_package/ocaml/test_mo_label.ml

6 lines
107 B
OCaml
Raw Normal View History

2014-10-29 16:56:16 +01:00
let () =
let m = MO_label.of_string "canonical" in
let s = MO_label.to_string m in
print_string s
;;