aboutsummaryrefslogtreecommitdiff
path: root/paths.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-29 21:41:47 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-29 21:41:47 +0100
commitfae31bdb659b4b14322136e045ea565d38bbd04f (patch)
treeb08636d488b85e0532e84135f39da33f5e47af91 /paths.ml
parent9d65e5e6a5bd8666baf0d7d3e0474c721cafc683 (diff)
Dynamic width
Diffstat (limited to 'paths.ml')
-rwxr-xr-xpaths.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/paths.ml b/paths.ml
index 2db8ab0..82eca48 100755
--- a/paths.ml
+++ b/paths.ml
@@ -1,2 +1,4 @@
+(** Common module for ensuring that the function is evaluated only once *)
+
module Path_Builder = Path.Builder.Make(Path.Point)