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