I think the following program import List main = putStr . show . fst . (partition id) . cycle $ [True,False] should display [True,True,True,...]. But instead, for both GHC and Hugs, you get a stack overflow. Is this a bug, or could someone explain it to me? _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
- RE: List.partition a bit too eager George Russell
- RE: List.partition a bit too eager Simon Peyton-Jones
- Re: List.partition a bit too eager George Russell