Skip to content
Snippets Groups Projects
  • stuebinm's avatar
    bfe45dc4
    (somewhat) reasonable representation of parse errors · bfe45dc4
    stuebinm authored
    This makes map loading (and parsing) part of the linter, and also makes
    it return "general lints" and nothing else in case that failed.
    
    Possibly a sum type would be nicer here, but I guess it's not really
    important since everything ends up as json anyways?
    bfe45dc4
    History
    (somewhat) reasonable representation of parse errors
    stuebinm authored
    This makes map loading (and parsing) part of the linter, and also makes
    it return "general lints" and nothing else in case that failed.
    
    Possibly a sum type would be nicer here, but I guess it's not really
    important since everything ends up as json anyways?
LintWriter.hs 2.72 KiB