- Add double-sided Extended integer connections.
- Add left-hand float and double connections.
- Re-export Connection class from top.
- Add
Data.Connection.Time
. - Add float-word connections.
- Move infix join/meet to
Data.Lattice
- Re-organize top-level exports.
- New dependencies on
time
andextended-reals
.
- Add
Data.Connection.Fixed
.
- Change integral connection instances to non-shifting behavior.
- Move all one-sided
Connection
instances toConnection 'L
. - Consolidate floating point utilities into one module.
- Rename some functions in
Class.hs
andConn.hs
for clarity. - Move
<
and>
toSyntax.hs
. - Remove niche instances w/ upstream dependencies.
- Add misc new instances.
- Unify
Connection
andTriple
into a single class - Add
Heyting
,Symmetric
, andBoolean
algebras - Add misc new instances
Data.Connection.Float
: float utilsData.Connection.Ratio
: add rational connections