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