- ghc-exactprint VS ghc-core
- ghc-exactprint VS ghc-events-analyze
- ghc-exactprint VS ghc-prof
- ghc-exactprint VS ghc-lib
- ghc-exactprint VS ghc-events
- ghc-exactprint VS ghc-imported-from
- ghc-exactprint VS ghc-datasize
- ghc-exactprint VS haskell-language-server
- ghc-exactprint VS ghc-core-html
- ghc-exactprint VS ghc-lib-parser-ex
Ghc-exactprint Alternatives
Similar projects and alternatives to ghc-exactprint
-
haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
ghc-datasize
ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory
-
-
haskell-language-server
Integration point for ghcide and haskell-ide-engine. One IDE to rule them all. (by isovector)
-
ghc-exactprint discussion
ghc-exactprint reviews and mentions
-
Learning materials for ghc-exactprint?
If you're synthesizing code, beware that addAnnotationsForPretty will always add a preceding space, so it will break layout. The best approach I've found for synthesizing code is to construct an HsExpr GhcPs, use the GHC ppr stuff to prettty print it, and then parse that in order to get reasonable Anns for it.
Stats
alanz/ghc-exactprint is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of ghc-exactprint is Haskell.