Documentation

Projects.Util.Char

theorem Char.min_max_def {a b : Char} :
(min a b = if a b then a else b) max a b = if a b then b else a
theorem Char.min_def {a b : Char} :
min a b = if a b then a else b
theorem Char.max_def {a b : Char} :
max a b = if a b then b else a
@[instance_reducible]
Equations