summaryrefslogtreecommitdiff
path: root/sources/examples/monads
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-08-26 12:26:10 +0000
committermichelou <michelou@epfl.ch>2005-08-26 12:26:10 +0000
commitbc6f997f0a06bf2c8b2e05d34623474a7f91a986 (patch)
treecd15ad469f2c57dfcef828ba17ca74b75472c82e /sources/examples/monads
parenta33babfcf15b3022e3850e48a2731317dd4ee027 (diff)
downloadscala-bc6f997f0a06bf2c8b2e05d34623474a7f91a986.tar.gz
scala-bc6f997f0a06bf2c8b2e05d34623474a7f91a986.tar.bz2
scala-bc6f997f0a06bf2c8b2e05d34623474a7f91a986.zip
- removed CR/LF (Windows) characters.
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));
}
}
+