diff options
author | Camil Staps | 2017-10-02 20:13:38 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-02 20:13:38 +0200 |
commit | 592dd55a70bcf3a159c32f07c698b3cc39b0d02a (patch) | |
tree | b638066e63ce356c50f383cc0478ad194dedde9b /assignment-4/monad.icl | |
parent | Bootstrap 4 (diff) |
Cleanup bootstrap
Diffstat (limited to 'assignment-4/monad.icl')
-rw-r--r-- | assignment-4/monad.icl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assignment-4/monad.icl b/assignment-4/monad.icl new file mode 100644 index 0000000..fb9b491 --- /dev/null +++ b/assignment-4/monad.icl @@ -0,0 +1,8 @@ +implementation module monad
+
+/*
+ Pieter Koopman, pieter@cs.ru.nl
+ Advanced Programming, week 4
+*/
+
+
|