shithub: mc

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

View raw version
use bio

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