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