diff options
-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 |