trifecta-0.36.3: A modern parser combinator library with convenient diagnostics

Text.Trifecta.Highlight.Rendering.HTML

Synopsis

Documentation

data Doc Source

Represents a source file like an HsColour rendered document

Constructors

Doc 

doc :: String -> DocSource

 renderHtml $ toHtml $ addHighlights highlightedRope $ doc "Foo.hs"