Added MCGenerator monad to build up basic blocks.

This commit is contained in:
Ben Selfridge 2017-09-12 13:07:35 -07:00
parent d41a58aba2
commit cec4bdb3d4

View File

@ -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.