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