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