3 Matching Annotations
  1. Jul 2021
  2. Feb 2021
    1. So every program starts in the IO monad. From here you can get any input you need, call into relatively "pure" code with the inputs, and then output the result in some way. The reverse does not work. You cannot call into IO code from pure code like you can call into a Maybe function from pure code.
  3. Dec 2020