Skip to content

Releases: dn-m/Structure

Make Array an Additive Monoid

06 Sep 19:41
c48ab68
Compare
Choose a tag to compare
Pre-release
0.15.0

Add Additive conformance to Array (#163)

Use @inlinable to improve performance

03 Sep 23:29
88fbb7d
Compare
Choose a tag to compare
Pre-release
0.14.1

Expose Tree to @Inlinable (#162)

Binary Search Tree

02 Sep 16:26
80fb305
Compare
Choose a tag to compare
Binary Search Tree Pre-release
Pre-release
0.14.0

Add BinarySearchTree (#160)

Type-safe Identifier

01 Sep 19:16
e3239e1
Compare
Choose a tag to compare
Type-safe Identifier Pre-release
Pre-release
0.13.0

Add Identifier (#159)

ContiguousSegmentCollection

27 Aug 01:16
Compare
Choose a tag to compare
Pre-release
0.11.0

Merge branch 'master' of https://github.com/dn-m/Structure

Tree is Hashable if you are

21 Aug 20:11
2ced49b
Compare
Choose a tag to compare
Merge pull request #153 from dn-m/hashable-tree

Make Tree hashable if elements are hashable

Equatable and Hashable NewType

20 Aug 23:00
f9bf1e3
Compare
Choose a tag to compare
Merge pull request #151 from dn-m/newtype

Add Equatable and Hashable conformance to NewType

Comparable NewType

20 Aug 21:29
b2a7283
Compare
Choose a tag to compare
Merge pull request #149 from dn-m/newtype

Add Comparable conformance to NewType

NewType

20 Aug 21:13
ce548fb
Compare
Choose a tag to compare
Merge pull request #148 from dn-m/newtype

Implement NewType

Add Linux support

13 Aug 12:50
2ac5647
Compare
Choose a tag to compare
Merge pull request #139 from dn-m/linux

Add Linux support