santinic / pampy

Pampy: The Pattern Matching for Python you always dreamed of.
MIT License
3.52k stars 125 forks source link

Typing support #32

Closed sobolevn closed 5 years ago

sobolevn commented 5 years ago

Hi! Thanks for this library, it looks fun.

Does it support typing and mypy checks? Are there any plans to support it?

Ecialo commented 5 years ago

Hi! I already implement this feature in #26, but it currently not merged for some reasons.

santinic commented 5 years ago

Merged

sobolevn commented 5 years ago

@santinic awesome! But, this is not exactly I was asking about 🙂

Sorry, I have to be more specific. I was asking about types for end users. Like PEP561 declares.