ltext-0.0.0.3: Higher-order file applicator

Safe HaskellSafe
LanguageHaskell2010

LText.Internal.Expr

Synopsis

Documentation

type Span = (FilePath, Text) Source

litsAtTopLevel :: Expr -> Bool Source

Recursively checks to see if all EText constructors only occur inside the first EAbs constructor via EConc - if some are in EApp, for instance, then you can't successfully render the expression.