Skip to content

Commit 122751b

Browse files
committed
Move Values.md into Syntax.md, fixes documentationjs#17
* Removed table showing correspondence between JS operators and Prelude operators, as it suggests that these operators are built in to the language. * Fix misleading section heading 'user-defined operators' for the same reason * Moved the rest of language/Values.md into language/Syntax.md as everything that was left was really about syntax. * Update operator definition example to be more self-contained.
1 parent 0e84c39 commit 122751b

File tree

3 files changed

+387
-414
lines changed

3 files changed

+387
-414
lines changed

language/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ The full language reference continues below:
3636

3737
1. [Types](Types.md)
3838
2. [Syntax](Syntax.md)
39-
3. [Values](Values.md)
40-
4. [Type Classes](Type-Classes.md)
41-
5. [Pattern Matching](Pattern-Matching.md)
42-
6. [Modules](Modules.md)
43-
7. [FFI](FFI.md)
44-
8. [Records](Records.md)
45-
9. [Differences from Haskell](Differences-from-Haskell.md)
39+
3. [Type Classes](Type-Classes.md)
40+
4. [Pattern Matching](Pattern-Matching.md)
41+
5. [Modules](Modules.md)
42+
6. [FFI](FFI.md)
43+
7. [Records](Records.md)
44+
8. [Differences from Haskell](Differences-from-Haskell.md)

0 commit comments

Comments
 (0)