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