Closed anton-trunov closed 6 years ago
The term (isT : true) is a valid proof of (0 < n.+1), as well as a proof of (0 != p.+1).
(isT : true)
(0 < n.+1)
(0 != p.+1)
The section should probably remind the reader that isT has type is_true true because of the coercion mechanism.
isT
is_true true
The section should probably remind the reader that
isT
has typeis_true true
because of the coercion mechanism.