This commit is contained in:
2024-12-07 21:07:38 +01:00
parent 2fded76a5c
commit a9676272f2
120 changed files with 15925 additions and 1 deletions

View File

@ -0,0 +1,10 @@
---
type: mixed
---
### Stuff
- Definition of polymorphism and type variables
- Examples of polymorphic functions:
- `id`, `fst`, `swap`, `silly`, `silly2`
- List functions from the Prelude (e.g., `length`, `++`, `reverse`, `replicate`, `head`, `tail`, `take`, `drop`, `concat`, `zip`, `unzip`, `and`, `or`, `sum`, `product`)
- Polymorphism vs. overloading