Created
September 19, 2017 06:24
-
-
Save CoditCompany/08c9e1e9366bd79f7dae805445faa0d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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