Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created June 13, 2017 13:11
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/e4247f56c967828bd861facb16b5f7e7 to your computer and use it in GitHub Desktop.
Save deque-blog/e4247f56c967828bd861facb16b5f7e7 to your computer and use it in GitHub Desktop.
build_john : StringBuilder
build_john = do
john <- Pure "John"
let john_doe = john ++ " Doe" ++ concat (replicate 10 "!")
Pure john_doe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment