shithub: mc

ref: 767534bdbac53853d443aaf095814c687fb5f486
dir: /lib/flate/types.myr/

View raw version
use bio

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