MercuryTechnologies / ghciwatch

Load a GHCi session for a Haskell project and reload it when source files change
https://mercurytechnologies.github.io/ghciwatch/
MIT License
111 stars 11 forks source link

[DUX-2309] Consistent eval comment marker parsing #243

Closed 9999years closed 5 months ago

9999years commented 5 months ago

Single-line eval comments require a space after the marker like -- $> but multi-line markers don't {- $>.

From SyncLinear.com | DUX-2309