shithub: mc

ref: 228b30bfe204fc490e16eec6ba5484991a765074
dir: /lib/flate/types.myr/

View raw version
use bio

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