Fix internal link to non-existent identifier.
1 files changed, 1 insertions(+), 1 deletions(-) M src/Data/Text/ParagraphLayout/Internal/Tree.hs
M src/Data/Text/ParagraphLayout/Internal/Tree.hs => src/Data/Text/ParagraphLayout/Internal/Tree.hs +1 -1
@@ 102,7 102,7 @@ data Leaf t d = TextLeaf -- ^ Inline boxes found on the path from this text sequence to the root -- of the original tree. -- | Data types that can represent an empty text sequence in a `Tree`. -- | Data types that can represent an empty text sequence in a tree. class EmptyText t where empty :: t