From 6a67ef07934c522962deba2f82b96c49efb03707 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 20 Apr 2021 22:17:55 +0200 Subject: Fix problem 2 to use monad instead of 3 --- problem2.ijs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3