10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 18:57:31 +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;;