Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- renderHiding :: LensHiding a => a -> (Inlines -> Inlines) -> Inlines -> Inlines
- renderRelevance :: LensRelevance a => a -> Inlines -> Inlines
- renderQuantity :: LensQuantity a => a -> Inlines -> Inlines
- renderCohesion :: LensCohesion a => a -> Inlines -> Inlines
- prefixedThings :: Inlines -> [Inlines] -> Inlines
Documentation
renderHiding :: LensHiding a => a -> (Inlines -> Inlines) -> Inlines -> Inlines Source #
From prettyHiding
renderHiding info visible text
puts the correct braces
around text
according to info info
and returns
visible text
if the we deal with a visible thing.
renderRelevance :: LensRelevance a => a -> Inlines -> Inlines Source #
renderQuantity :: LensQuantity a => a -> Inlines -> Inlines Source #
renderCohesion :: LensCohesion a => a -> Inlines -> Inlines Source #