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