jasondelaat / pymonad

PyMonad implements data structures typically available in pure functional or functional first programming languages like Haskell and F#. Included are Monad and Monoid data types with several common monads included - such as Maybe and State - as well as some useful tools such as the @curry decorator for defining curried functions. PyMonad 2.x.x represents an almost complete re-write of the library with a simpler, more consistent interface as well as type annotations to help ensure correct usage.
BSD 3-Clause "New" or "Revised" License
197 stars 22 forks source link

Added py.typed for mypy #32

Closed OlegAlexander closed 1 year ago

OlegAlexander commented 1 year ago

This fixes https://github.com/jasondelaat/pymonad/issues/30 Thank you.

jasondelaat commented 1 year ago

Whoa, I totally missed that. Sorry, I've been pretty bad about maintaining this lately. Thanks!