mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 03:13:43 +03:00
Fix parse error for haddock.
This commit is contained in:
parent
a727ab68cf
commit
84a14372cd
@ -230,7 +230,7 @@ pattern BVValue w i = CValue (BVCValue w i)
|
||||
pattern BoolValue :: () => (tp ~ BoolType) => Bool -> Value arch ids tp
|
||||
pattern BoolValue b = CValue (BoolCValue b)
|
||||
|
||||
-- | A memory address
|
||||
-- | A memory address
|
||||
pattern RelocatableValue :: ()
|
||||
=> tp ~ BVType (ArchAddrWidth arch)
|
||||
=> AddrWidthRepr (ArchAddrWidth arch)
|
||||
|
Loading…
Reference in New Issue
Block a user