Skip to content

Commit 5818a46

Browse files
authored
Apply linking in Types.md table of contents (#378)
1 parent b7fa476 commit 5818a46

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

language/Types.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
The type system defines the following types:
44

5-
- Primitive Types: `Int`, `Number`, `String`, `Char`, `Boolean`
6-
- Arrays
7-
- Records
8-
- Tagged Unions
9-
- Newtypes
10-
- Functions
11-
- Polymorphic Types
12-
- Constrained Types
13-
- Type Synonyms
14-
- Rows
5+
- [Primitive Types](#primitive-types): [`Int`](#integers), `Number`, `String`, `Char`, `Boolean`
6+
- [Arrays](#arrays)
7+
- [Records](#records)
8+
- [Tagged Unions](#tagged-unions)
9+
- [Newtypes](#newtypes)
10+
- [Functions](#functions)
11+
- [Polymorphic Types](#polymorphic-types)
12+
- [Constrained Types](#constrained-types)
13+
- [Type Synonyms](#type-synonyms)
14+
- [Rows](#rows)
1515

1616
## Primitive Types
1717

0 commit comments

Comments
 (0)