shithub: mc

ref: 96641430b332facfacc55f6060d0425886f35697
dir: /lib/flate/types.myr/

View raw version
use bio

pkg flate =
	type err = union
		`Io bio.err
		`Format byte[:]
	;;
;;