Fix some defects
This commit is contained in:
parent
07a2011997
commit
aec14f0941
1 changed files with 8 additions and 3 deletions
|
@ -171,9 +171,15 @@ The Boolean value `true`.
|
||||||
|
|
||||||
The Boolean value `false`.
|
The Boolean value `false`.
|
||||||
|
|
||||||
|
### `object`
|
||||||
|
|
||||||
|
Define a [singleton object](#singleton-objects).
|
||||||
|
|
||||||
### MISSING SOME VALUES
|
### MISSING SOME VALUES
|
||||||
|
|
||||||
TODO: Things like `do`/`return`
|
TODO: Things like `do`/`return`, `infix`, `const`
|
||||||
|
|
||||||
|
TODO: Consider `abstract` to be used for abstract type class functions.
|
||||||
|
|
||||||
## Reserved Symbols and Operators
|
## Reserved Symbols and Operators
|
||||||
|
|
||||||
|
@ -270,9 +276,8 @@ source file. These include:
|
||||||
- [Type Class Instances](#type-class-instances)
|
- [Type Class Instances](#type-class-instances)
|
||||||
- [Enumerations](#enumerations)
|
- [Enumerations](#enumerations)
|
||||||
- [Records](#records)
|
- [Records](#records)
|
||||||
- [Type Aliases](#type-aliases)
|
- [Type Definitions](#type-definitions)
|
||||||
- [Opaque Types](#opaque-types)
|
- [Opaque Types](#opaque-types)
|
||||||
- [Type Unions](#type-unions)
|
|
||||||
|
|
||||||
### Definition Accessibility
|
### Definition Accessibility
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue