Documentation

Lean.Meta.Tactic.Util

Get the user name of the given metavariable.

Equations
@[deprecated Lean.MVarId.getTag]
Equations
Equations
  • One or more equations did not get rendered due to their size.
@[deprecated Lean.MVarId.setTag]
Equations
Equations
def Lean.Meta.throwTacticEx {α : Type} (tacticName : Lake.Name) (mvarId : Lean.MVarId) (msg : Lean.MessageData) :
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.

Throw a tactic exception with given tactic name if the given metavariable is assigned.

Equations
  • One or more equations did not get rendered due to their size.
@[deprecated Lean.MVarId.checkNotAssigned]
Equations

Get the type the given metavariable.

Equations
@[deprecated Lean.MVarId.getType]
Equations

Get the type the given metavariable after instantiating metavariables and reducing to weak head normal form.

Equations
@[deprecated Lean.MVarId.getType']
Equations

Assign mvarId to sorryAx

Equations
  • One or more equations did not get rendered due to their size.
@[deprecated Lean.MVarId.admit]
Equations

Beta reduce the metavariable type head

Equations
@[deprecated Lean.MVarId.headBetaType]
Equations

Collect nondependent hypotheses that are propositions.

Equations
  • One or more equations did not get rendered due to their size.
@[deprecated Lean.MVarId.getNondepPropHyps]
Equations
Equations
def Lean.Meta.exactlyOne (mvarIds : List Lean.MVarId) (msg : optParam Lean.MessageData ((Lean.MessageData.ofFormat Std.format) "unexpected number of goals")) :
Equations
def Lean.Meta.ensureAtMostOne (mvarIds : List Lean.MVarId) (msg : optParam Lean.MessageData ((Lean.MessageData.ofFormat Std.format) "unexpected number of goals")) :
Equations

Return all propositions in the local context.

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.

Check if a goal is of a subsingleton type.

Equations
  • One or more equations did not get rendered due to their size.