From 194439bf45d057aacf6f0a45ac2469495c94eb30 Mon Sep 17 00:00:00 2001 From: christiaanb Date: Thu, 17 Jun 2010 16:19:46 +0200 Subject: [PATCH] map fst works again after latest fixes to clash --- reducer.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reducer.hs b/reducer.hs index a4d4bbb..dfbc842 100644 --- a/reducer.hs +++ b/reducer.hs @@ -133,7 +133,7 @@ rippleBuffer :: rippleBuffer (State buf) (inp, shift) = (State buf', out1, out2) where -- Write value - next_valids = (map (\(a, b) -> a) buf) <<+ True + next_valids = (map fst buf) <<+ True buf'' = zipWith selects buf next_valids selects cell next_valid = if (not (fst cell)) && next_valid then (True, inp) -- 2.30.2