summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Thue/Interpreter.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Thue/Interpreter.hs b/Thue/Interpreter.hs
index b6602c3..f5e6924 100644
--- a/Thue/Interpreter.hs
+++ b/Thue/Interpreter.hs
@@ -1,5 +1,7 @@
module Interpreter (
- thue
+ thue,
+ extractInfix,
+ nextInRange
) where