diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-03 17:37:03 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-03 17:37:03 +0200 |
commit | 123c8bc693063cfc880709c7dfa700a177a66adb (patch) | |
tree | 5dd508c4ac5876fe80a661a4281b6fdaf3d064a9 /src/lib/sounds/repr.ml | |
parent | 48dc04c3b9afe19207d15b873452129d9c2b3b4c (diff) |
Ended refactoring
Diffstat (limited to 'src/lib/sounds/repr.ml')
-rw-r--r-- | src/lib/sounds/repr.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/sounds/repr.ml b/src/lib/sounds/repr.ml index af13e68..72cf95d 100644 --- a/src/lib/sounds/repr.ml +++ b/src/lib/sounds/repr.ml @@ -1,5 +1,7 @@ type t = string +let none = "" + let a = "a" and a_nasal = "@" |