Ghcid-check for programmatic fast feedback A developer published ghcid-check, a small wrapper script around ghcid that provides programmatic fast feedback for Haskell coding agents, allowing users to launch a ghcid process with `ghcid-check --launch` and query it with `ghcid-check --reload`. Recent discussions about iteration speed when using coding agents with Haskell prompted me to tidy and publish the small wrapper script around ghcid that I’ve been using: You can use it to conveniently launch a ghcid process with ghcid-check --launch which agents or humans can query with ghcid-check --reload . That’s it Thanks to @jaror /u/jaror for pointing out a typo 3 Likes