Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ppPrint :: Pretty (PP a) => a -> Docdebian Debian.Pretty No documentation available.
prop_print_parse :: URI -> Booldebian Debian.URI No documentation available.
execPrint :: Database -> Text -> IO ()direct-sqlite Database.SQLite3 Like exec, but print result rows to stdout. This is mainly for convenience when experimenting in GHCi. The output format may change in the future.
module Language.Nix.
PrettyPrinting Internal pretty-printing helpers for Nix expressions.
-
ExactPrint for GHC Using the API Annotations available from GHC 9.2.1, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files. Note: requires GHC 9.10.*. For earlier GHC versions see lower version numbers.
module Language.Haskell.GHC.
ExactPrint ghc-exactprint is a library to manage manipulating Haskell source files. There are four components.
class Typeable a =>
ExactPrint aghc-exactprint Language.Haskell.GHC.ExactPrint An AST fragment with an annotation must be able to return the requirements for nesting another one, captured in an Entry, and to be able to use the rest of the exactprint machinery to print the element. In the analogy to Outputable, exact plays the role of ppr.
exactPrint :: ExactPrint ast => ast -> Stringghc-exactprint Language.Haskell.GHC.ExactPrint No documentation available.
module Language.Haskell.GHC.ExactPrint.
ExactPrint No documentation available.
class Typeable a =>
ExactPrint aghc-exactprint Language.Haskell.GHC.ExactPrint.ExactPrint An AST fragment with an annotation must be able to return the requirements for nesting another one, captured in an Entry, and to be able to use the rest of the exactprint machinery to print the element. In the analogy to Outputable, exact plays the role of ppr.