mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
added a test comment
This commit is contained in:
parent
b2ceeb47d9
commit
41ade847d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue