
29 Aug
2001
29 Aug
'01
5:06 a.m.
Hello, What is the use of ~ symbol in Haskell? For example in prelude function unzip unzip = foldr (\(a,b) ~(as,bs) -> (a:as, b:bs)) ([], []) It works fine without the tilda. Is the use of tilda specific to lambda expression? Thanks
8667
Age (days ago)
8667
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cagdas Ozgenc