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

2 lines
42 B
OCaml
Raw Normal View History

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