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/sounds.mli | |
parent | 48dc04c3b9afe19207d15b873452129d9c2b3b4c (diff) |
Ended refactoring
Diffstat (limited to 'src/lib/sounds/sounds.mli')
-rw-r--r-- | src/lib/sounds/sounds.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/sounds/sounds.mli b/src/lib/sounds/sounds.mli index acb3335..8a07db3 100644 --- a/src/lib/sounds/sounds.mli +++ b/src/lib/sounds/sounds.mli @@ -1,4 +1,5 @@ module Sig = Sig +module Repr = Repr type t val muted : t -> t @@ -67,4 +68,5 @@ val semi_voyel_y: t val is_voyel : t -> bool val is_nasal : t -> bool -val repr : t -> string +val repr + : (module Sig.REPR with type t = 'a) -> t -> 'a |