Documentation

Lean.Util.InstantiateLevelParams

@[specialize #[]]

Instantiate level parameters

Equations
    Instances For
      def Lean.Expr.instantiateLevelParams (e : Expr) (paramNames : List Name) (lvls : List Level) :

      Instantiate universe level parameters names paramNames with lvls in e. If the two lists have different length, the smallest one is used.

      Equations
        Instances For

          Instantiate universe level parameters names paramNames with lvls in e. If the two lists have different length, the smallest one is used. (Does not preserve expression sharing.)

          Equations
            Instances For

              Instantiate universe level parameters names paramNames with lvls in e. If the two arrays have different length, the smallest one is used.

              Equations
                Instances For