Fix injectivity type

master
John Whitington 2020-07-27 14:32:48 +01:00
parent 44403b16e8
commit 22a158b7b2
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ module type S =
type key
(** The type of the map keys. *)
and (!+'a) t
type !+'a t
(** The type of maps from type [key] to type ['a]. *)
val empty: 'a t

View File

@ -571,7 +571,7 @@ module type S =
type key
(** The type of the map keys. *)
and (!+'a) t
type !+'a t
(** The type of maps from type [key] to type ['a]. *)
val empty: 'a t

View File

@ -67,7 +67,7 @@ module type S =
type key
(** The type of the map keys. *)
and (!+'a) t
type !+'a t
(** The type of maps from type [key] to type ['a]. *)
val empty: 'a t