summaryrefslogtreecommitdiff
path: root/problem2.ijs
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2021-04-20 22:17:55 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2021-04-20 22:17:55 +0200
commit6a67ef07934c522962deba2f82b96c49efb03707 (patch)
treef0fa7723057e71379231909cd6e9ed55015b562b /problem2.ijs
parent63b4bd25181603f7bfb99e8607701c462519e1cd (diff)
Fix problem 2 to use monad instead of 3
Diffstat (limited to 'problem2.ijs')
-rw-r--r--problem2.ijs2
1 files changed, 1 insertions, 1 deletions
diff --git a/problem2.ijs b/problem2.ijs
index 22e2061..671cc41 100644
--- a/problem2.ijs
+++ b/problem2.ijs
@@ -1,4 +1,4 @@
-fib =: 3 : 0 M. NB. M. means that it is memoized
+fib =: monad : 0 M. NB. M. means that it is memoized
if. 1>:y do.
x: 1
else.