Documentation

Mathlib.Logic.Small.List

Instances for Small (List α) and Small (Vector α). #

These must not be in Logic.Small.Basic as this is very low in the import hierarchy, and is used by category theory files which do not need everything imported by Data.Vector.Basic.

instance smallVector {α : Type v} {n : } [Small.{u, v} α] :
Equations
  • =
instance smallList {α : Type v} [Small.{u, v} α] :
Equations
  • =