aboutsummaryrefslogtreecommitdiff
path: root/motus/lib/wordlist.mli
diff options
context:
space:
mode:
Diffstat (limited to 'motus/lib/wordlist.mli')
-rw-r--r--motus/lib/wordlist.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/motus/lib/wordlist.mli b/motus/lib/wordlist.mli
index a56cab3..86881f2 100644
--- a/motus/lib/wordlist.mli
+++ b/motus/lib/wordlist.mli
@@ -9,6 +9,8 @@ val empty_data : unit -> t
val words : t -> string Seq.t
(** Load all the words *)
+val pick : t -> string option
+
val list_size : t -> int
(** Number of words in the list *)