shithub: mc

ref: 552823815f7c52c16111045b638ba8bab322e7ac
dir: /lib/flate/types.myr/

View raw version
use bio

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