
11 Apr
2007
11 Apr
'07
8:35 p.m.
I've been dying to do this all day but work and then family intervened. Dominic. import Data.List weave = unfoldr f where f ([],_,_) = Nothing f (x:xs,[],zs) = Just (x,([],[],[])) f (x:xs,ys,zs) = Just (x,(ys,zs,xs))
6662
Age (days ago)
6662
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dominic Steinitz