shithub: mc

ref: cec2ed10f355e59322f3d148837dca47aab083a6
dir: /lib/flate/types.myr/

View raw version
use bio

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