From 561d0f0155f4906d90eb7e73a3ff9cb28909126f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 5 Feb 2021 09:08:39 +0100 Subject: Update project structure --- script.it/path/path.ml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script.it/path/path.ml (limited to 'script.it/path/path.ml') diff --git a/script.it/path/path.ml b/script.it/path/path.ml new file mode 100755 index 0000000..ea90de4 --- /dev/null +++ b/script.it/path/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) + -- cgit v1.2.3