Bryan Grounds
Results
2
comments of
Bryan Grounds
Hi. Very nice library :) I found this issue while trying to get this function to type check without the explicit annotations. This type checks, but the annotations are cumbersome:...
> Currently I am thinking about this API: > > ```python > assert do( > x + y > for x in wrap(Some(1)) > for y in wrap(Success(2)) > )...