aboutsummaryrefslogtreecommitdiff
path: root/script.it/path/script_path.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-22 14:14:04 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-22 14:14:04 +0100
commit89dbb39c3fcd188ef7acf092061d756046b2c5d4 (patch)
tree951b430d7e99003dd97b44675f206248bb95a858 /script.it/path/script_path.ml
parent82bb54622a47bb092094c8efab8200b12817c5b4 (diff)
Reformating
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)
+