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