Skip to content

Instantly share code, notes, and snippets.

@tel
Created October 27, 2012 17:37
Show Gist options
  • Save tel/3965463 to your computer and use it in GitHub Desktop.
Save tel/3965463 to your computer and use it in GitHub Desktop.
takeS :: Int -> Stream x -> [x]
takeS n (x :> rest) =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment