Questions
- What is a functor?
- What is a contravariant functor?
- What is a monad?
- What are the monad laws?
- What is a combinator?
- Why is the
impl
keyword necessary for closure return values? - What is lazy evaluation?
impl
keyword necessary for closure return values?