Skip to content

Commit a92ad29

Browse files
committed
README: add more links to reference
1 parent 644f143 commit a92ad29

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
## 🚀 Get started with the [Language Reference](https://faiface.github.io/par-lang/introduction.html)
1717

18-
It contains instructions to install the **interactive playground,** and **a full guide** of the language and
19-
its type system.
18+
It contains **a full guide** of the language and its type system.
2019

2120
**To run the playground:**
2221

@@ -37,11 +36,11 @@ tackle a problem, there will likely be ways to express it.
3736

3837
_(Dual types are on the same line.)_
3938

40-
- **Pairs** (easily extensible to tuples), and **functions** (naturally curried).
41-
- **Eithers** (sum types), and **choices** (unusual, but powerful dispatchers).
42-
- **Recursive** (finite), and **iterative** (co-recursive, potentially infinite) types, with totality checking.
43-
- **Universally,** and **existentially** quantified generic functions and values.
44-
- **Unit,** and **continuation.**
39+
- [**Pairs**](https://faiface.github.io/par-lang/types.html#pair-types) (easily extensible to tuples), and [**functions**](https://faiface.github.io/par-lang/types.html#function-types) (naturally curried).
40+
- [**Eithers**](https://faiface.github.io/par-lang/types.html#either-types) (sum types), and [**choices**](https://faiface.github.io/par-lang/types.html#choice-types) (unusual, but powerful dispatchers).
41+
- [**Recursive**](https://faiface.github.io/par-lang/types.html#recursive-types) (finite), and [**iterative**](https://faiface.github.io/par-lang/types.html#iterative-types) (co-recursive, potentially infinite) types, with totality checking.
42+
- [**Universally,**](https://faiface.github.io/par-lang/types.html#universal-types) and [**existentially**](https://faiface.github.io/par-lang/types.html#existential-types) quantified generic functions and values.
43+
- [**Unit,**](https://faiface.github.io/par-lang/types.html#the-unit-type) and [**continuation.**](https://faiface.github.io/par-lang/types.html#the-bottom-type)
4544

4645
These **orthogonal concepts** combine to give rise to a rich world of types and semantics.
4746

0 commit comments

Comments
 (0)