mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 08:53:12 +03:00
added a few more exports to Memory.hs
This commit is contained in:
parent
2993d721a2
commit
d8ff07b6c2
@ -3,7 +3,7 @@ Copyright : (c) Galois Inc, 2015-2016
|
|||||||
Maintainer : jhendrix@galois.com
|
Maintainer : jhendrix@galois.com
|
||||||
|
|
||||||
Declares 'Memory', a type for representing segmented memory with permissions.
|
Declares 'Memory', a type for representing segmented memory with permissions.
|
||||||
-}
|
n-}
|
||||||
{-# LANGUAGE ConstraintKinds #-}
|
{-# LANGUAGE ConstraintKinds #-}
|
||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
{-# LANGUAGE GADTs #-}
|
{-# LANGUAGE GADTs #-}
|
||||||
@ -63,6 +63,13 @@ module Data.Macaw.Memory
|
|||||||
, addrContentsAfter
|
, addrContentsAfter
|
||||||
, addrBase
|
, addrBase
|
||||||
, addrValue
|
, addrValue
|
||||||
|
, bsWord8
|
||||||
|
, bsWord16be
|
||||||
|
, bsWord16le
|
||||||
|
, bsWord32be
|
||||||
|
, bsWord32le
|
||||||
|
, bsWord64be
|
||||||
|
, bsWord64le
|
||||||
, readByteString
|
, readByteString
|
||||||
, readWord8
|
, readWord8
|
||||||
, readWord16be
|
, readWord16be
|
||||||
|
Loading…
Reference in New Issue
Block a user