Documentation

Qq.Typ

Creates a quoted expression. Requires that e has type α.

You should usually write this using the notation q($e).

Equations
instance Qq.instBEqQuoted {α : Lean.Expr} :
Equations
Equations
Equations
Equations
Equations
Equations
  • Qq.instCoeOutQuotedExpr = { coe := fun (e : Qq.Quoted α) => e }
Equations
Equations
@[inline, reducible]
abbrev Qq.Quoted.ty {α : Lean.Expr} (t : Qq.Quoted α) :

Gets the type of a quoted expression.

Equations
structure Qq.QuotedDefEq {u : Lean.Level} {α : Qq.Quoted (Lean.Expr.sort u)} (lhs : Qq.Quoted α) (rhs : Qq.Quoted α) :

QuotedDefEq lhs rhs says that the expressions lhs and rhs are definitionally equal.

You should usually write this using the notation $lhs =Q $rhs.

  • unsafeIntro :: (
    • )

    QuotedLevelDefEq u v says that the levels u and v are definitionally equal.

    You should usually write this using the notation $u =QL $v.

    • unsafeIntro :: (
      • )
      Equations
      • One or more equations did not get rendered due to their size.
      def Qq.QuotedDefEq.check {u : Lean.Level} {α : Qq.Quoted (Lean.Expr.sort u)} {lhs : Qq.Quoted α} {rhs : Qq.Quoted α} (e : Qq.QuotedDefEq lhs rhs) :
      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.