Documentation

PrimParser.Base

@[reducible, inline]
abbrev NonEmptyList (α : Type u_1) :
Type u_1
Equations
Instances For
    @[reducible, inline]
    abbrev NonEmptyList.mk {α : Type} (x : α) (xs : List α) :
    Equations
    Instances For
      @[reducible, inline]
      abbrev NonEmptyList.toList {α : Type} :
      NonEmptyList αList α
      Equations
      Instances For