You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-11 16:50:16 +02:00
Update src/idiomatic/leveraging-the-type-system.md
Co-authored-by: Dmitri Gribenko <gribozavr@gmail.com>
This commit is contained in:
@ -19,7 +19,8 @@ entire codebase.
|
||||
Additional items speaker may mention:
|
||||
|
||||
- Rust's type system borrows a lot of ideas from functional programming
|
||||
languages.\
|
||||
languages.
|
||||
|
||||
For example, Rust's enums are known as "algebraic data types" in languages
|
||||
like Haskell and OCaml. You can take inspiration from learning material geared
|
||||
towards functional languages when looking for guidance on how to design with
|
||||
|
Reference in New Issue
Block a user