mathlib documentation

core / init.data.to_string

def to_string {α : Type u} [has_to_string α] :
α → string
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected]
def list.to_string {α : Type u} [has_to_string α] :
list αstring
Equations
@[protected, instance]
def list.has_to_string {α : Type u} [has_to_string α] :
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected, instance]
Equations
@[protected, instance]
def option.has_to_string {α : Type u} [has_to_string α] :
Equations
@[protected, instance]
def sum.has_to_string {α : Type u} {β : Type v} [has_to_string α] [has_to_string β] :
Equations
@[protected, instance]
def prod.has_to_string {α : Type u} {β : Type v} [has_to_string α] [has_to_string β] :
Equations
@[protected, instance]
def sigma.has_to_string {α : Type u} {β : α → Type v} [has_to_string α] [s : Π (x : α), has_to_string (β x)] :
Equations
@[protected, instance]
def subtype.has_to_string {α : Type u} {p : α → Prop} [has_to_string α] :
Equations