diff options
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 = "@" |