Export Instructions constructor from PDF.Content, used by reveal

This commit is contained in:
Tissevert 2020-03-18 15:08:26 +01:00
parent 1eb1c23053
commit 6d265633e4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module PDF.Content (
Content(..)
, ContentUnit(..)
, GraphicContextUnit(..)
, Instructions(..)
, TextContext
, parse
) where