Age | Commit message (Expand) | Author |
---|---|---|
2022-11-02 | Add type stubs for Maybe...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. | Munyoki Kilyungi |