expose memInt in Memory

A future fix I'm going to submit would benefit from having this exposed,
and we believe this to be a good idea regardless.
This commit is contained in:
Valentin Robert 2024-07-23 16:09:03 -07:00
parent 83d3907054
commit b380174c8b

View File

@ -64,6 +64,7 @@ module Data.Macaw.Memory
, addrRead
-- * MemInt
, MemInt
, memInt
, memIntValue
-- * Addresses
, MemAddr(..)