From 0130c834481c99f9f9f4da527acb4d712aa1f664 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Sep 2012 00:48:01 +1000 Subject: Exposed function to convert machineStates to strings --- Library/Semantic.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit