Hacker News new | ask | show | jobs
by chombier 1469 days ago
> Is Maybe/Option an effectful computation

Yes, Maybe/Options are a way of encoding partial functions/exceptions.

List is a way of encoding non-determinism.