-- | Infix operators for construction of paragraphs with readable code.
--
-- Example construction:
-- @"ignored prefix" |\< en~"one two " \>|\< ja~"δΈε" \>| "ignored suffix"@
--
-- Special syntax for paragraphs with no contents:
-- @"ignored prefix" |<>| "ignored suffix"@
module Data.Text.ParagraphLayout.ParagraphConstruction
((>|)
,(>|<)
,(|<)
,(|<>|)
,(~)
)
where
import Data.Text.ParagraphLayout.Internal.ParagraphConstruction