diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-05 19:41:40 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-05 19:41:40 +0200 |
commit | 6a34154b77ac80f89df816ba0062f382d915fb22 (patch) | |
tree | 5dab18f15fe8555d5369a9c492228f6aa4d23001 /src/lib/modifiers/nasal.ml | |
parent | 853e281a6719125866f8b948540944c571b091c6 (diff) |
Updated tests
Diffstat (limited to 'src/lib/modifiers/nasal.ml')
-rw-r--r-- | src/lib/modifiers/nasal.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/modifiers/nasal.ml b/src/lib/modifiers/nasal.ml index cc29efc..43f3bd8 100644 --- a/src/lib/modifiers/nasal.ml +++ b/src/lib/modifiers/nasal.ml @@ -1,7 +1,7 @@ (* Remove the ending consonant, and transform the voyel into the nasal form *) let transform - : Sounds.t Sig.consonants option -> Sounds.t Sig.t -> Sounds.t Sig.t + : Sig.consonants option -> Sounds.t Sig.t -> Sounds.t Sig.t = fun c init -> let ((v, _) , _) = init in |