Skip to content
  • Krzysztof Gogolewski's avatar
    Add a safeguard to Core Lint · e7cad16c
    Krzysztof Gogolewski authored and Marge Bot's avatar Marge Bot committed
    Lint returns a pair (Maybe a, WarnsAndErrs). The Maybe monad
    allows to handle an unrecoverable failure.
    In case of such a failure, the error should be added to the second
    component of the pair. If this is not done, Lint will silently
    accept bad programs. This situation actually happened during
    development of linear types. This adds a safeguard.
    e7cad16c