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