summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-09-28 00:48:01 +1000
committerJed Barber <jjbarber@y7mail.com>2012-09-28 00:48:01 +1000
commit0130c834481c99f9f9f4da527acb4d712aa1f664 (patch)
treea2f892066456b347215dfc62db5a04c5eb47376e
parentadcd3d4d04ed1fddf6c127d17dac6c3fefed407a (diff)
Exposed function to convert machineStates to strings
-rw-r--r--Library/Semantic.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Semantic.hs b/Library/Semantic.hs
index eac00a3..e59069e 100644
--- a/Library/Semantic.hs
+++ b/Library/Semantic.hs
@@ -1,4 +1,6 @@
module Library.Semantic (
+ MachineState,
+ machineToString,
eval,
doSemanticCheck
) where