summaryrefslogtreecommitdiff
path: root/sources/examples
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-07-14 13:01:36 +0000
committermichelou <michelou@epfl.ch>2004-07-14 13:01:36 +0000
commited98c812a55de5e1705366df7fd63bc6db08350a (patch)
tree3012b938feef877e52f6e9b343fbc048d62817b9 /sources/examples
parentd30eb65e9df0de80bccb5ba44cb69205c20a8d92 (diff)
downloadscala-ed98c812a55de5e1705366df7fd63bc6db08350a.tar.gz
scala-ed98c812a55de5e1705366df7fd63bc6db08350a.tar.bz2
scala-ed98c812a55de5e1705366df7fd63bc6db08350a.zip
- added package.
Diffstat (limited to 'sources/examples')
-rw-r--r--sources/examples/monads/stateInterpreter.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/examples/monads/stateInterpreter.scala b/sources/examples/monads/stateInterpreter.scala
index d5c7038fbb..0878f4682d 100644
--- a/sources/examples/monads/stateInterpreter.scala
+++ b/sources/examples/monads/stateInterpreter.scala
@@ -1,3 +1,5 @@
+package examples.monads;
+
object stateInterpreter {
type State = int;