aboutsummaryrefslogtreecommitdiff
path: root/path/fixed.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-11 05:36:46 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-11 13:55:43 +0100
commit979be5f588a1ffd6e1d060cd794e87526d517b7a (patch)
treea96605b6ae27bcf646b17f022acf7f5f0cf0b8bf /path/fixed.mli
parent85b40e5712fcbe76c697d1a22fb126db8079098c (diff)
Layer review
Diffstat (limited to 'path/fixed.mli')
-rwxr-xr-xpath/fixed.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/path/fixed.mli b/path/fixed.mli
index 2daadb4..862409b 100755
--- a/path/fixed.mli
+++ b/path/fixed.mli
@@ -16,7 +16,7 @@ module Make(Point:P) : sig
type t
val repr
- : t -> (module Repr.M with type t = Point.t and type repr = 's) -> 's -> 's
+ : t -> (module Repr.M with type point = Point.t and type t = 's) -> 's -> 's
end
@@ -32,7 +32,7 @@ module Make(Point:P) : sig
(** Represent the path *)
val repr
- : t -> (module Repr.M with type t = Point.t and type repr = 's) -> 's -> 's
+ : t -> (module Repr.M with type point = Point.t and type t = 's) -> 's -> 's
(** Structure to represent all the required information for evaluating the
distance between a point and a path *)