summaryrefslogtreecommitdiff
path: root/sources/examples/monads/simpleInterpreter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'sources/examples/monads/simpleInterpreter.scala')
-rw-r--r--sources/examples/monads/simpleInterpreter.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/examples/monads/simpleInterpreter.scala b/sources/examples/monads/simpleInterpreter.scala
index 07da5f40ab..d728c620cf 100644
--- a/sources/examples/monads/simpleInterpreter.scala
+++ b/sources/examples/monads/simpleInterpreter.scala
@@ -72,3 +72,4 @@ object simpleInterpreter {
System.out.println(test(term1));
}
}
+