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