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