Documentation

Validator.Error

Error Handling for Parsing and Validation #

This file implements error handling for the parsers and the validator.

def Validator.countLines {s : String} (pos : s.Pos) :
Equations
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Equations
        Instances For
          @[reducible, inline]
          abbrev Validator.Result (α : Type u) (p : αProp) :
          Equations
          Instances For
            @[reducible, inline]
            Equations
            Instances For
              def Validator.throwUnvalid (msg : String) {α : Type u_1} {p : αProp} :
              Result α p
              Equations
              Instances For
                def Validator.withErrorMessage {α : Type u_1} {p : αProp} :
                Option StringResult α pResult α p
                Equations
                Instances For