Merge pull request #404 from GaloisInc/vr/expose-memInt

expose `memInt` in `Memory`
This commit is contained in:
Valentin Robert 2024-07-23 16:57:49 -07:00 committed by GitHub
commit 4b38285191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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