ghc-exactprint icon indicating copy to clipboard operation
ghc-exactprint copied to clipboard

GHC version of haskell-src-exts exactPrint

Results 33 ghc-exactprint issues
Sort by recently updated
recently updated
newest added

take an input like ~~~~.hs mySignature :: Bool -- comment 1 -- comment 2 myList = [ 1, 2, 3 ] ~~~~ Initially, the two comments are connected to `myList`,...

I am trying to exactprint individual decls. On the untransformed parsed source, exactprinting one decl works, but it inserts newlines corresponding to the position of the decl in the original...

Hey @alanz :) I tried out adding something that I would _want_ (not need) for HLS plugins: prepending a declaration onto a list of declarations. I also wanted to try...