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