Talk:99 questions/Solutions/18

From HaskellWiki
Revision as of 03:05, 2 June 2011 by Jagt (talk | contribs) (New page: Hi. I'm wondering if this solution still works in the current Haskell version. <haskell> slice xs (i+1) k = snd (split (fst (split xs k)) i) </haskell>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hi. I'm wondering if this solution still works in the current Haskell version.

slice xs (i+1) k = snd (split (fst (split xs k)) i)