Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created September 19, 2017 06:24
Show Gist options
  • Select an option

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

Select an option

Save CoditCompany/08c9e1e9366bd79f7dae805445faa0d0 to your computer and use it in GitHub Desktop.
let add4 a b c d = a + b + c + d
let pid = pipe4 (pstring "ITEM") (countString 3 digit) (pstring "-") (countString 2 caps) add4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment