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
|
||||
|
||||
Declares 'Memory', a type for representing segmented memory with permissions.
|
||||
-}
|
||||
n-}
|
||||
{-# LANGUAGE ConstraintKinds #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
@ -63,6 +63,13 @@ module Data.Macaw.Memory
|
||||
, addrContentsAfter
|
||||
, addrBase
|
||||
, addrValue
|
||||
, bsWord8
|
||||
, bsWord16be
|
||||
, bsWord16le
|
||||
, bsWord32be
|
||||
, bsWord32le
|
||||
, bsWord64be
|
||||
, bsWord64le
|
||||
, readByteString
|
||||
, readWord8
|
||||
, readWord16be
|
||||
|
Loading…
Reference in New Issue
Block a user