type-aligned 0.9.5 → 0.9.6
raw patch · 3 files changed
+4/−1 lines, 3 files
Files
- ChangeLog +1/−0
- Data/TASequence.hs +2/−0
- type-aligned.cabal +1/−1
ChangeLog view
@@ -1,3 +1,4 @@+0.9.6: More fixed docs 0.9.5: Fixed docs 0.9.4: Added tmap and laws 0.9.3: Not awake
Data/TASequence.hs view
@@ -52,11 +52,13 @@ Instances should satisfy the following laws: Category laws:+ > tempty >< x == x > x >< tempty == x > (x >< y) >< z = x >< (y >< z) Observation laws:+ > tviewl (tsingleton e >< s) == e :< s > tviewl tempty == TAEmptyL
type-aligned.cabal view
@@ -1,5 +1,5 @@ Name: type-aligned-Version: 0.9.5+Version: 0.9.6 Synopsis: Various type-aligned sequence data structures. Description: Various data structures for type aligned sequences: heterogeneous sequences where the types enforce the element order. License: BSD3