aboutsummaryrefslogtreecommitdiff
path: root/script.it/path/script_path.ml
diff options
context:
space:
mode:
Diffstat (limited to 'script.it/path/script_path.ml')
-rwxr-xr-xscript.it/path/script_path.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/script.it/path/script_path.ml b/script.it/path/script_path.ml
new file mode 100755
index 0000000..ea90de4
--- /dev/null
+++ b/script.it/path/script_path.ml
@@ -0,0 +1,7 @@
+(** Common module for ensuring that the function is evaluated only once *)
+
+module Point = Point
+module Repr = Repr
+module Path_Builder = Builder.Make(Point)
+module Fixed = Fixed.Make(Point)
+