From 31f4270b358ddc1ba26b3649146f8312b640d51c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 9 Oct 2020 12:48:41 +0200 Subject: [PATCH] Exposing modules --- qcaml/lib/qcaml.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qcaml/lib/qcaml.ml diff --git a/qcaml/lib/qcaml.ml b/qcaml/lib/qcaml.ml new file mode 100644 index 0000000..f94dc16 --- /dev/null +++ b/qcaml/lib/qcaml.ml @@ -0,0 +1,2 @@ +module Common = Common +module Ao = Ao