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