aboutsummaryrefslogtreecommitdiff
path: root/path/builder.mli
diff options
context:
space:
mode:
Diffstat (limited to 'path/builder.mli')
-rwxr-xr-xpath/builder.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/path/builder.mli b/path/builder.mli
index 78bb778..ff66bcb 100755
--- a/path/builder.mli
+++ b/path/builder.mli
@@ -35,6 +35,6 @@ 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
end