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