Skip to content

Instantly share code, notes, and snippets.

@calebh
Created July 20, 2019 23:22
Show Gist options
  • Save calebh/c66ec8dbfb25149c16ba72eeee1050d4 to your computer and use it in GitHub Desktop.
Save calebh/c66ec8dbfb25149c16ba72eeee1050d4 to your computer and use it in GitHub Desktop.
myconcat xs ys = xs ++ ys
greet = myconcat "Hello "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment