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