Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created September 3, 2017 09:05
Show Gist options
  • Select an option

  • Save CoditCompany/a20fa342bb6b1696199699dead7be451 to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/a20fa342bb6b1696199699dead7be451 to your computer and use it in GitHub Desktop.
// int -> Parser<'a, 'u> -> Parser<'a, 'u> list
let count n p =
List.replicate n p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment