10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 23:22:18 +02:00
quantum_package/ocaml/Qputils.ml

4 lines
44 B
OCaml
Raw Normal View History

2014-08-26 15:31:16 +02:00
let (/) (a:string) (b:string) = a^"/"^b;;
2014-08-27 16:38:13 +02:00