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 86881f2..8cf316e 100644
--- a/motus/lib/wordlist.mli
+++ b/motus/lib/wordlist.mli
@@ -26,3 +26,5 @@ val filter : Criteria.t list -> t -> t
val remove_word : t -> string -> t
(** Remove a word from this list. This function is called when a proposition
from the application is not recognized by the game. *)
+
+val mem : string -> t -> bool