WEditor-0.2.1.1: Generic text-editor logic for use with fixed-width fonts.

Safe HaskellSafe
LanguageHaskell2010

WEditor.Internal.Para

Description

This module is for internal use.

Documentation

data EditingPara c b Source #

Instances
(Show b, Show c) => Show (EditingPara c b) Source # 
Instance details

Defined in WEditor.Internal.Para

Methods

showsPrec :: Int -> EditingPara c b -> ShowS #

show :: EditingPara c b -> String #

showList :: [EditingPara c b] -> ShowS #

data VisibleParaAfter c b Source #

Instances
(Show b, Show c) => Show (VisibleParaAfter c b) Source # 
Instance details

Defined in WEditor.Internal.Para

data VisibleParaBefore c b Source #

Instances
(Show b, Show c) => Show (VisibleParaBefore c b) Source # 
Instance details

Defined in WEditor.Internal.Para