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