We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
web
1 parent 4c1ccb7 commit 0a411deCopy full SHA for 0a411de
web/book/src/reference/spec/type-system.md
@@ -66,8 +66,8 @@ Example of the mapping between PTS and two STSs:
66
**Algebraic types** - have a way of expressing sum and product types. In Rust,
67
sum would be an enum and product would be tuple or a struct. In SQL, product
68
would be a row, since it can contain different types, all at once. Sum would be
69
-harder to express, see (this
70
-post)[https://www.parsonsmatt.org/2019/03/19/sum_types_in_sql.html ].
+harder to express, see
+[this post](https://www.parsonsmatt.org/2019/03/19/sum_types_in_sql.html).
71
72
The value proposition here is that algebraic types give a lot modeling
73
flexibility, all while being conceptually simple.
0 commit comments