added a test comment

This commit is contained in:
Sahil Mahapatra 2023-12-14 13:58:30 +05:30
parent b2ceeb47d9
commit 41ade847d8

View file

@ -6,7 +6,7 @@ interface Bool
##
## Total equality means that all values of the type can be compared to each
## other, and two values `a`, `b` are identical if and only if `isEq a b` is
## `Bool.true`.
## `Bool.true`.test
##
## Not all types support total equality. For example, [`F32`](../Num#F32) and [`F64`](../Num#F64) can
## be a `NaN` ([Not a Number](https://en.wikipedia.org/wiki/NaN)), and the