Skip to content

Instantly share code, notes, and snippets.

@jtrim
Created November 26, 2014 19:35
Show Gist options
  • Save jtrim/fde5fa4c9113010a5863 to your computer and use it in GitHub Desktop.
Save jtrim/fde5fa4c9113010a5863 to your computer and use it in GitHub Desktop.
module Thing (isThingy) where
isThingy x = x == "thingy"
-- later...
import Thing
filter isThingy ["stuff", "thingy", "pancakes"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment