trifecta-0.9: Parser combinators with slicing and diagnostic support

Text.Trifecta.Render

Contents

Description

Diagnostics rendering

Synopsis

Documentation

class Source t whereSource

Methods

source :: t -> (Int, Lines -> Lines)Source

surface :: Source s => Delta -> s -> RenderSource

create a drawing surface

Lower level drawing primitives