summaryrefslogtreecommitdiff
path: root/src/lib/sounds/sig.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-04 10:43:01 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-04 10:43:01 +0200
commit0ba049daed6e4b5d01f83d236f3178747bf849cb (patch)
tree72eeedcaa5fbe9736e2842879d62d0bf412a149f /src/lib/sounds/sig.ml
parent0b2e63791a073000b70b4463db5d8bce88ab4d23 (diff)
Transform the letter e into eu or E
Diffstat (limited to 'src/lib/sounds/sig.ml')
-rw-r--r--src/lib/sounds/sig.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/sounds/sig.ml b/src/lib/sounds/sig.ml
index 512abdc..5322a12 100644
--- a/src/lib/sounds/sig.ml
+++ b/src/lib/sounds/sig.ml
@@ -10,7 +10,8 @@ module type REPR = sig
val e_closed : t
val schwa : t
- val eu : t
+ val eu_closed : t
+ val eu_opened : t
val o : t
val o_nasal : t