shithub: mc

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

View raw version
use bio

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