shithub: mc

ref: 718107741aaeebbdce0391d6080ada98428c2c86
dir: /lib/flate/types.myr/

View raw version
use bio

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