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