Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PolysemyStuff (l :: LookupState) = PolysemyStuff {}
- data LookupState
- polysemyStuff :: TcPluginM (PolysemyStuff 'Things)
Documentation
data PolysemyStuff (l :: LookupState) Source #
All of the things from "polysemy" that we need access to in the plugin.
When l ~ 'Locations
, each of these is just a pair of strings. When l
~ 'Things
, it's actually references to the stuff.
polysemyStuff :: TcPluginM (PolysemyStuff 'Things) Source #
Lookup all of the PolysemyStuff
.