Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-02 | Add type stubs for Maybe | Munyoki Kilyungi | |
This allows Maybe[T] to be used as a type. Both Nothing and Just are of type Maybe. * mypy.ini: Add default location for stub files. * stubs/pymonad/__init__.pyi: New file. * stubs/pymonad/maybe.pyi: Ditto. |