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