purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
170 stars 47 forks source link

Default constraintKindArgs to an empty list #430

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

In constraintKindArgs we previously defaulted any missing kind annotation to kindType, which ended up filling missing kind annotations with an application @Type. This is now set to an empty list.

I've also bumped the version in the .cabal file so this can be released. I can do that in a separate commit, though, if desired.