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