While useful, this is difficult to do for features like curry and with continuations.
Some selected parts of unpythonic could be eventually gradually typed using mypy, but this is not being worked on at the moment.
See #8 for context.
If anyone feels like working on this, in principle I'm open to suitably scoped PRs adding type signatures to parts of the library (using Python's type annotations) - but perhaps post a comment here for discussion first, to converge on a definition for "suitably scoped".
While useful, this is difficult to do for features like
curryandwith continuations.Some selected parts of
unpythoniccould be eventually gradually typed using mypy, but this is not being worked on at the moment.See #8 for context.
If anyone feels like working on this, in principle I'm open to suitably scoped PRs adding type signatures to parts of the library (using Python's type annotations) - but perhaps post a comment here for discussion first, to converge on a definition for "suitably scoped".