haskell-language-server-2.9.0.0: LSP server for GHC
Safe HaskellSafe-Inferred
LanguageGHC2021

Development.IDE.GHC.Compat.ExactPrint

Description

This module contains compatibility constructs to write type signatures across multiple ghc-exactprint versions, accepting that anything more ambitious is pretty much impossible with the GHC 9.2 redesign of ghc-exactprint

Documentation

printA :: ExactPrint ast => ast -> String Source #

transformA :: Monad m => ast1 -> (ast1 -> TransformT m ast2) -> m ast2 Source #