Add an alias to Id to lift type ambiguities like 'chunk' in PDF.Content.Text
This commit is contained in:
parent
24630a04a1
commit
a1c2fbf110
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ module PDF.Object (
|
|||
, magicNumber
|
||||
, name
|
||||
, number
|
||||
, object
|
||||
, outputBody
|
||||
, regular
|
||||
, stringObject
|
||||
|
@ -256,6 +257,9 @@ instance Output Object where
|
|||
, "endstream"
|
||||
]
|
||||
|
||||
object :: Int -> Id Object
|
||||
object = Id
|
||||
|
||||
--
|
||||
-- Occurrence
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue