Skip to content

Instantly share code, notes, and snippets.

@russmatney
Created May 12, 2018 03:38
Show Gist options
  • Save russmatney/340232635032f88c7da3ce235a2975b9 to your computer and use it in GitHub Desktop.
Save russmatney/340232635032f88c7da3ce235a2975b9 to your computer and use it in GitHub Desktop.
hasGotcha :: IO ()
hasGotcha = do
let bob = User (UserName "bob") 42 Nothing HM.empty
print "Has bob gold in his inventory?"
print $ has (inventory . at "gold") bob
-- True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment