Adt Versions Save

Algebraic data types for Python (experimental, not actively maintained)

v0.2.1

3 years ago

Adds support for mypy 0.812—thanks @alexmusa! This mypy version happens to fix #25 and #26 as well.

v0.2

3 years ago

Don't install adt tests package (thanks @seanjennings1!)

v0.1.3

4 years ago
  • Fix compatibility with mypy >= 0.730, plus lots of documentation and test updates (thanks @wchresta!)
  • Add private _types field on ADTs to access the constructor types (thanks @SebastienLavoie!)

v0.1.2

4 years ago

Add source files to PyPI distribution (thanks, @wchresta!)

v0.1.1

4 years ago

Add py.typed file so package is seen as typed (thanks, @moshelooks!)

v0.1.0

4 years ago