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