3.0.0 (2020-10-17)
Definement
andRefinement
are not modules, so don't enforce declaration merging.
2.0.0 (2020-10-17)
- adds intersect for signature (cb2636a)
- bc is now first arg in composables (578eefc)
- removes semigroupoid (bd9f31f)
- use join instead of meet for union (eaf4e1b)
- Semigroupoid is a HKT, and these we do not have any HKT's
- deps (7a13cfa)
- import utils form it's index file (2075290)
- prepublish (52f2e4b)
- use natural & and | operators instead of type aliases (dcfe15e)
- adds and function combinator (304eb2c)
- adds huge API surface (03cd2d1)
- adds not function combinator (bdccbad)
- adds refinementand type (34e4a72)
- Adds a new API Surface. Consult the code.