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