mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
update mono
This commit is contained in:
parent
ba1d8755e0
commit
90dd31aaca
11 changed files with 423 additions and 423 deletions
|
@ -32,7 +32,7 @@ Eq has
|
|||
## cannot derive `isEq` for types that contain functions.
|
||||
isEq : a, a -> Bool | a has Eq
|
||||
|
||||
## Represents the boolean truthy and falsy using an opaque type.
|
||||
## Represents the boolean true and false using an opaque type.
|
||||
## `Bool` implements the `Eq` ability.
|
||||
Bool := [True, False] has [Eq { isEq: boolIsEq }]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue