From 3b8c136ebdba7f4b5b4d6baad08d0a75c3b2dc86 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 28 Aug 2021 20:01:54 +0200 Subject: Update --- src/lib/modifiers/sig.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/modifiers/sig.ml') diff --git a/src/lib/modifiers/sig.ml b/src/lib/modifiers/sig.ml index 938c50e..1485247 100644 --- a/src/lib/modifiers/sig.ml +++ b/src/lib/modifiers/sig.ml @@ -7,6 +7,6 @@ type 'a consonants = type 'a group = 'a voyel * 'a consonants option -type 'a modifier = (module Sounds.T with type t = 'a) -> ('a group * 'a option option) -> ('a group * 'a option option) - +type 'a t = 'a group * 'a option option +type 'a modifier = (module Sounds.T with type t = 'a) -> 'a t -> 'a t -- cgit v1.2.3