documented crimes
This commit is contained in:
parent
0d29eb50d2
commit
48df37e502
1 changed files with 3 additions and 0 deletions
|
@ -19,5 +19,8 @@ result.bind(() => Err(new Error(-Infinity)))
|
|||
.bind(Ok)
|
||||
|
||||
result.isErr() // true
|
||||
|
||||
// crimes!
|
||||
None == None() // true
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue