OSDN Git Service

implements tag out
[happyabc/happyabc.git] / swflib / bitsOut.mli
1 type t
2
3 val empty : t
4 val put: t -> width:int -> bits:int -> t
5 val to_list: t -> int list