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