Skip to content

Pinafore 0.4.1

Compare
Choose a tag to compare
@AshleyYakeley AshleyYakeley released this 30 Oct 22:56
· 293 commits to master since this release
  • Install
    • Nix flake outputs for VS Code extension
  • Language
    • improve recursive type simplification
    • clean up error messages
    • reserve "type" keyword
  • Library
    • add constructors for Time type
  • Fixes
    • fix type solver
    • reject "rec a, a" types
    • fix fromList.Map