From 7950298bf80fd1d1f311e7bd4f75b442df7c679c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Mon, 4 Nov 2013 23:47:56 +0100 Subject: C simulator quite completed. --- sched/test/ram.mj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sched/test/ram.mj') diff --git a/sched/test/ram.mj b/sched/test/ram.mj index 7c4d1ed..5bd4f29 100644 --- a/sched/test/ram.mj +++ b/sched/test/ram.mj @@ -5,7 +5,7 @@ or_n(a:[n],b:[n]) = (o:[n]) where if n = 0 then o = [] else - o = (a[0] and b[0]).(or_n(a[1..], b[1..])) + o = (a[0] or b[0]).(or_n(a[1..], b[1..])) end if end where -- cgit v1.2.3