module PDF.Content.Operator.Common ( Signature ) where import PDF.Object (DirectObject) type Signature a = (a, [DirectObject] -> Bool)