ormolu-0.1.0.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Type

Description

Rendering of types.

Synopsis

Documentation

hasDocStrings :: HsType GhcPs -> Bool Source #

Return True if at least one argument in HsType has a doc string attached to it.

p_forallBndrs :: Data a => ForallVisFlag -> (a -> R ()) -> [Located a] -> R () Source #

Render several forall-ed variables.