Documentation

Lean.Elab.ParseImportsFast

@[inline]
Equations
@[inline]
Equations
Equations
@[inline]
Equations
@[inline]
def Lean.ParseImports.State.next' (s : State) (input : String) (pos : String.Pos) (h : ¬input.atEnd pos = true) :
Equations
@[specialize #[]]
@[inline]
Equations
@[inline]
def Lean.ParseImports.keywordCore (k : String) (failure success : Parser) :
Equations
@[specialize #[]]
partial def Lean.ParseImports.keywordCore.go (k : String) (failure success : Parser) (input : String) (s : State) (i j : String.Pos) :
@[inline]
Equations
  • One or more equations did not get rendered due to their size.
@[inline]
Equations
  • One or more equations did not get rendered due to their size.
def Lean.ParseImports.State.pushModule (module : Name) (runtimeOnly : Bool) (s : State) :
Equations
partial def Lean.ParseImports.moduleIdent.parse (runtimeOnly : Bool) (input : String) (module : Name) (s : State) :
@[specialize #[]]
@[inline]
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
def Lean.parseImports' (input fileName : String) :

Simpler and faster version of parseImports. We use it to implement Lake.

Equations
  • One or more equations did not get rendered due to their size.
@[export lean_print_imports_json]
Equations
  • One or more equations did not get rendered due to their size.