Skip to content

Instantly share code, notes, and snippets.

@dmjio
Created February 12, 2019 21:28
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 dmjio/27790f8ea7717fa312360d9d1c8b36b2 to your computer and use it in GitHub Desktop.
Save dmjio/27790f8ea7717fa312360d9d1c8b36b2 to your computer and use it in GitHub Desktop.
{-# LANGUAGE ViewPatterns #-}
main = print $ foo ["hey"] ["there"]
foo :: [a] -> [b] -> [(a,b)]
foo (zip -> xs) = xs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment