LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

Exit code functions #228

Closed LightAndLight closed 2 years ago

LightAndLight commented 2 years ago
module exit where
  success : IO a
  failure : IO a
  with : Int -> IO a

Tasks