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