polysemy-plugin-0.4.4.0: Disambiguate obvious uses of effects.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Plugin.Fundep.Stuff

Synopsis

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.

Constructors

PolysemyStuff 

Fields

data LookupState Source #

Data kind for ThingOf.

Constructors

Locations 
Things