summaryrefslogtreecommitdiff
path: root/src/lib/sounds/sig.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-04 09:42:31 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-04 09:42:31 +0200
commit0b2e63791a073000b70b4463db5d8bce88ab4d23 (patch)
tree4d9a029f45b510913845cb55f0b856e069d91a61 /src/lib/sounds/sig.ml
parent66cb521749672586fd5b1182b14e3c5d44829616 (diff)
Update
Diffstat (limited to 'src/lib/sounds/sig.ml')
-rw-r--r--src/lib/sounds/sig.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/sounds/sig.ml b/src/lib/sounds/sig.ml
index e84866e..512abdc 100644
--- a/src/lib/sounds/sig.ml
+++ b/src/lib/sounds/sig.ml
@@ -46,4 +46,6 @@ module type REPR = sig
val muted : t -> t
val diphtongue : t -> t -> t
+
+ val fold : t list -> string
end