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