Add type role for Exception. This is technically a breaking change
but it seems extremely unlikely to break working code, so we are not
imposing a major version bump.
Internal details of proof terms
Add proof terms for `:>~ instances.
Use ZW as the argument instead of (# #).
Add unsafeAxiom
0.2.0.0
Choose different incoherent instance for :> for better type
inference. This is very unlikely to break existing code, but if it
does happen then please open an
issue.
0.1.2.0
Fix strictness of Bluefin.State.put. It was accidentally made lazy
in 0.1.0.0.
0.1.1.0
WARNING: Bluefin.State.put is still lazy in this version. It is
fixed in 0.1.2.0.
Added streamConsume, cycleToStream, takeConsume (thanks to
@iteratee)
Restrict the kind of the argument to
Bluefin.Internal.Exception.Scoped.Exception and
Bluefin.Internal.ConstEffect to Effects
0.1.0.0
WARNING: Bluefin.State.put accidentally became lazy in this
version. It is fixed in 0.1.2.0.