This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object Gist | |
// A couple lines to help me remember the 5 ZIO shorthand types. | |
// Your Milage May Vary 😅 | |
// Offical Links: | |
// https://zio.dev/docs/overview/overview_index | |
// https://www.zionomicon.com/ | |
// IO can fail with E, or Succeed with A --- in any environment. |