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