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