Skip to content

Instantly share code, notes, and snippets.

@hgiasac
Created January 4, 2019 17:55
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 hgiasac/7acbddf36d784252b89957f41a66629d to your computer and use it in GitHub Desktop.
Save hgiasac/7acbddf36d784252b89957f41a66629d to your computer and use it in GitHub Desktop.
data TyMap
empty :: TyMap
insert :: Typeable a => a -> TyMap -> TyMap
lookup :: Typeable a => TyMap -> Maybe a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment