Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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 #