From a3698556e2ca36f66d26b1fc00ec3786ed210be0 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 9 Feb 2014 15:30:17 +1100 Subject: Exposed interface to extractInfix and nextInRange functions --- Thue/Interpreter.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit