External Publication
Visit Post

The fastest way to feed ghc type errors to LLM

Haskell Community [Unofficial] March 19, 2026
Source

Use ghcid or ghciwatch.

You can pipe the output to a file using --outputfile compilation-errors.log. It will only give you errors and warnings, no noise. Presumably you can prompt the LLM to monitor the file instead of running a full build.

Discussion in the ATmosphere

Loading comments...