summaryrefslogtreecommitdiff
path: root/Unlambda/Interpreter.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-03-10 21:36:07 +1100
committerJed Barber <jjbarber@y7mail.com>2014-03-10 21:36:07 +1100
commitea5647fe44731865726d910973dcc58d83ad6cc5 (patch)
tree2e5c37498f8c9f34df68edbbeb2ef1acb92532ac /Unlambda/Interpreter.hs
parentfe38d7ca73bc552ea4e46ec24ce668030698e2f5 (diff)
UnlambdaTerms now Show correctly
Diffstat (limited to 'Unlambda/Interpreter.hs')
-rw-r--r--Unlambda/Interpreter.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Unlambda/Interpreter.hs b/Unlambda/Interpreter.hs
index e5a442b..c9820f0 100644
--- a/Unlambda/Interpreter.hs
+++ b/Unlambda/Interpreter.hs
@@ -77,5 +77,3 @@ apply firstTerm secondTerm =
Compare c -> return I --placeholder
- Continuation cont -> return I --placeholder
-