diff options
author | Jed Barber <jjbarber@y7mail.com> | 2012-09-28 00:48:01 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2012-09-28 00:48:01 +1000 |
commit | 0130c834481c99f9f9f4da527acb4d712aa1f664 (patch) | |
tree | a2f892066456b347215dfc62db5a04c5eb47376e | |
parent | adcd3d4d04ed1fddf6c127d17dac6c3fefed407a (diff) |
Exposed function to convert machineStates to strings
-rw-r--r-- | Library/Semantic.hs | 2 |
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 |