- string (s : String) : SymbolTableEntry
- record (name : Lean.Name) : SymbolTableEntry
Instances For
@[implicit_reducible]
Equations
- Ion.instDecidableEqSymbolTableEntry.decEq (Ion.SymbolTableEntry.string a) (Ion.SymbolTableEntry.string b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
- Ion.instDecidableEqSymbolTableEntry.decEq (Ion.SymbolTableEntry.string s) (Ion.SymbolTableEntry.record name) = isFalse ⋯
- Ion.instDecidableEqSymbolTableEntry.decEq (Ion.SymbolTableEntry.record name) (Ion.SymbolTableEntry.string s) = isFalse ⋯
- Ion.instDecidableEqSymbolTableEntry.decEq (Ion.SymbolTableEntry.record a) (Ion.SymbolTableEntry.record b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
Instances For
@[implicit_reducible]
Equations
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- Ion.instReprSymbolTableEntry = { reprPrec := Ion.instReprSymbolTableEntry.repr }
@[implicit_reducible]
Equations
- Ion.instToExprSymbolTableEntry = { toExpr := Ion.instToExprSymbolTableEntry._private_1, toTypeExpr := Ion.instToExprSymbolTableEntry._private_3 }
- array : Array SymbolTableEntry
- names : Std.HashMap SymbolTableEntry Nat
Instances For
- map₁ : Std.HashMap Lean.Name (Array SymbolTableEntry)
Instances For
@[implicit_reducible]
Equations
Equations
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.