]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/common/hdwRegister.mli
Package description and copyright added.
[pkg-cerco/acc.git] / src / common / hdwRegister.mli
1
2 (** Hardware registers. *)
3
4 type t
5
6 val eq : t -> t -> bool
7
8 module Set : Set.S
9
10 module Map : Map.S