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