Skip to content

Instantly share code, notes, and snippets.

View cheleb's full-sized avatar

Olivier NOUGUIER cheleb

View GitHub Profile
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.