Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active November 30, 2017 14:20
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/749477af2864f4fb01f5a5a9f70fa61a to your computer and use it in GitHub Desktop.
Save deque-blog/749477af2864f4fb01f5a5a9f70fa61a to your computer and use it in GitHub Desktop.
parensCps : String -> (String -> r) -> r
parensCps s cont = cont ("(" ++ s ++ ")")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment