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 --- path/path.ml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 path/path.ml (limited to 'path/path.ml') diff --git a/path/path.ml b/path/path.ml deleted file mode 100755 index ea90de4..0000000 --- a/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) - -- cgit v1.2.3