aboutsummaryrefslogtreecommitdiff
path: root/paths.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-28 21:17:20 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-28 21:17:20 +0100
commit9d65e5e6a5bd8666baf0d7d3e0474c721cafc683 (patch)
treec391ced8768eca6e2f0c8292bab10fceeb48f2ee /paths.ml
parentec812521b31471ce9ac3d9bdf1288b1569defbc8 (diff)
Fixed width and angle sliddes
Diffstat (limited to 'paths.ml')
-rwxr-xr-xpaths.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/paths.ml b/paths.ml
new file mode 100755
index 0000000..2db8ab0
--- /dev/null
+++ b/paths.ml
@@ -0,0 +1,2 @@
+module Path_Builder = Path.Builder.Make(Path.Point)
+