Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created October 31, 2017 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/56170732a972bc87646dacd23725ee19 to your computer and use it in GitHub Desktop.
Save deque-blog/56170732a972bc87646dacd23725ee19 to your computer and use it in GitHub Desktop.
chunking : (Monad m) => (n: Nat) -> {auto prf: GTE n 0} -> Pipe a m (List a)
chunking = ?hole -- Defined in Pipes.Prelude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment