From 97fa5c174d15858f7466190d7707a36486c19fbe Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 11 Oct 2022 12:06:05 +0300 Subject: 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. --- stubs/pymonad/__init__.pyi | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stubs/pymonad/__init__.pyi (limited to 'stubs/pymonad/__init__.pyi') diff --git a/stubs/pymonad/__init__.pyi b/stubs/pymonad/__init__.pyi new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3