Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Last active September 8, 2017 06:35
Show Gist options
  • Select an option

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

Select an option

Save CoditCompany/038bea4810ee16b2fa9c3836e9822982 to your computer and use it in GitHub Desktop.
let trim (s : string) = s.Trim ()
let countString n p = count n p |>> (string' >> trim)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment