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