mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-28 01:35:33 +03:00
Added MCGenerator monad to build up basic blocks.
This commit is contained in:
parent
d41a58aba2
commit
cec4bdb3d4
@ -199,7 +199,7 @@ type family ArchFn (arch :: *) :: * -> Type -> *
|
||||
-- uniqueness of Nonce values that identify assignments.
|
||||
type family ArchStmt (arch :: *) :: * -> *
|
||||
|
||||
-- | Number of bits in addreses for architecture.
|
||||
-- | Number of bits in addreses for architecture.
|
||||
type ArchAddrWidth arch = RegAddrWidth (ArchReg arch)
|
||||
|
||||
-- | A word for the given architecture bitwidth.
|
||||
|
Loading…
Reference in New Issue
Block a user