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.
1 parent 7c32ec2 commit 0745d65Copy full SHA for 0745d65
src/idiomatic/leveraging-the-type-system.md
@@ -19,7 +19,8 @@ entire codebase.
19
Additional items speaker may mention:
20
21
- Rust's type system borrows a lot of ideas from functional programming
22
- languages.\
+ languages.
23
+
24
For example, Rust's enums are known as "algebraic data types" in languages
25
like Haskell and OCaml. You can take inspiration from learning material geared
26
towards functional languages when looking for guidance on how to design with
0 commit comments