Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v0.2.0

Choose a tag to compare

@gcanti gcanti released this 02 Sep 13:48
· 387 commits to master since this release
  • add isKind, getKind functions, fix #29
  • add to struct an assert on props argument, fix #30
  • add sweet.js macros for all combinators, fix #32
  • add a defaultDispatch function to union combinator, fix #33
  • add overloading to func, fix #35

BREAKING

  • now the kind of Any and all primitives is 'irriducible' fix #34
  • uniform Any and primitives, export irriducible function, fix #34
  • group all util functions in a util namespace, fix #36