This exposes the default implementations of MacawReadMem, MacawWriteMem, and friends as top-level functions in Data.Macaw.Symbolic and exports them. This makes it possible for downstream clients to perform memory reads and writes in a way that respects the macaw-symbolic memory model.
This exposes the default implementations of
MacawReadMem
,MacawWriteMem
, and friends as top-level functions inData.Macaw.Symbolic
and exports them. This makes it possible for downstream clients to perform memory reads and writes in a way that respects themacaw-symbolic
memory model.