aboutsummaryrefslogtreecommitdiff
path: root/script.it/path/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/path.ml
parent82bb54622a47bb092094c8efab8200b12817c5b4 (diff)
Reformating
Diffstat (limited to 'script.it/path/path.ml')
-rwxr-xr-xscript.it/path/path.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/script.it/path/path.ml b/script.it/path/path.ml
deleted file mode 100755
index ea90de4..0000000
--- a/script.it/path/path.ml
+++ /dev/null
@@ -1,7 +0,0 @@
-(** 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)
-