Closed
Description
Currently it is impossible to use this monad due to this bug in typing
:
x: Optional[int]
Monad.new(x) # ?
Type will be: Some[Union[int, None]]
, not Union[Some[int], Nothing]
Related:
Lines 10 to 24 in edb8ae2
Metadata
Metadata
Assignees
Labels
No labels