Skip to content
Snippets Groups Projects
  • stuebinm's avatar
    d0dc669c
    monad plumbing to let the linter modify things · d0dc669c
    stuebinm authored
    I'm not sure if this is the right approach tbh — it lets the LintWriter monad
    modify its own context, but maybe we might run into cases where lints and
    modifications depend on each other across longer "distances" than just the
    context of the linter (i.e. just across a property?)
    d0dc669c
    History
    monad plumbing to let the linter modify things
    stuebinm authored
    I'm not sure if this is the right approach tbh — it lets the LintWriter monad
    modify its own context, but maybe we might run into cases where lints and
    modifications depend on each other across longer "distances" than just the
    context of the linter (i.e. just across a property?)