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

5 lines
45 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
2014-09-17 11:49:00 +02:00