summaryrefslogtreecommitdiff
path: root/sources/examples/monads
diff options
context:
space:
mode:
Diffstat (limited to 'sources/examples/monads')
-rw-r--r--sources/examples/monads/errorInterpreter.scala1
-rw-r--r--sources/examples/monads/simpleInterpreter.scala1
-rw-r--r--sources/examples/monads/stateInterpreter.scala1
3 files changed, 3 insertions, 0 deletions
diff --git a/sources/examples/monads/errorInterpreter.scala b/sources/examples/monads/errorInterpreter.scala
index d797f01a4d..05dc979621 100644
--- a/sources/examples/monads/errorInterpreter.scala
+++ b/sources/examples/monads/errorInterpreter.scala
@@ -83,3 +83,4 @@ object errorInterpreter {
System.out.println(test(term1));
}
}
+
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));
}
}
+
diff --git a/sources/examples/monads/stateInterpreter.scala b/sources/examples/monads/stateInterpreter.scala
index 0878f4682d..593f2d9e3e 100644
--- a/sources/examples/monads/stateInterpreter.scala
+++ b/sources/examples/monads/stateInterpreter.scala
@@ -83,3 +83,4 @@ object stateInterpreter {
System.out.println(test(term1));
}
}
+