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

Safe HaskellSafe
LanguageHaskell2010

WEditor.Internal.Line

Description

This module is for internal use.

Documentation

data EditingLine c b Source #

Instances
(Eq c, Eq b) => Eq (EditingLine c b) Source # 
Instance details

Defined in WEditor.Internal.Line

Methods

(==) :: EditingLine c b -> EditingLine c b -> Bool #

(/=) :: EditingLine c b -> EditingLine c b -> Bool #

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

Defined in WEditor.Internal.Line

Methods

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

show :: EditingLine c b -> String #

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

joinLines :: [VisibleLine c b] -> [c] Source #