shithub: mc

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

View raw version
use bio

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