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