Fix parse error for haddock.

This commit is contained in:
Kevin Quick 2019-08-12 22:11:25 -07:00
parent a727ab68cf
commit 84a14372cd
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -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)