Decimated dictionaries
In PureScript (as of 0.14.2
), instance dictionaries are constructed for all typeclass constraints even if the dictionaries' constituent functions are not used in the function. To get around this, the release introduces CreateT
in order to resolve the correct type of a graph without doing term-level resolution.