Re: [Haskell-cafe] Re: [Haskell] lazy constructors

13 Oct
2004
13 Oct
'04
8:18 a.m.
addToSPair :: Char -> (String, String) -> (String, String)
What about: addToSPair :: Char -> String -> String -> (String,String) so that the pattern match is: addToSPair c xs ys = (c:xs,ys) This is irrefutable? Keean.
7525
Age (days ago)
7525
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE