Skip to content

Commit a83796a

Browse files
committed
chore: reorganize concepts links, change book title
1 parent 520bbf0 commit a83796a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# Concepts
66

77
- [Free Monad](concepts/free_monad.md)
8-
- [Dependent types](concepts/dependent_types.md)
98
- [Continuation-Passing Style](concepts/cps.md)
109
- [Defunctionalization](concepts/defunctionalization.md)
10+
- [Dependent types](concepts/dependent_types.md)
1111

1212
# Insights
1313

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This book is in an early stage.
33
```
44

5-
# <img src="assets/alux-logo.png" style="margin-right: 10px; border-radius: 50%; background: white;"> ALUX Programming
5+
# <img src="assets/alux-logo.png" style="margin-right: 10px; border-radius: 50%; background: white;"> ALUX Programming Guidelines
66

77
```admonish note
88
This book is a guide to writing programs by defining their meaning first and their mechanics second.

0 commit comments

Comments
 (0)