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