ref: d8b909066008d478a8abd30cb329c88d44194730 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;