Skip to content

Decimated dictionaries

Compare
Choose a tag to compare
@mikesol mikesol released this 25 Jun 18:14
· 226 commits to main since this release

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.