Skip to content

Instantly share code, notes, and snippets.

@jjlumagbas
Created September 6, 2016 08:43
Show Gist options
  • Save jjlumagbas/0e153a29f339fb44621133e3a2e8173b to your computer and use it in GitHub Desktop.
Save jjlumagbas/0e153a29f339fb44621133e3a2e8173b to your computer and use it in GitHub Desktop.
someFunction :: [a] -> [a]
someFunction (_:_:_:xs) = xs
someFunction _ = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment