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