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 5ed5944 commit 2576446Copy full SHA for 2576446
backend/middle-1/haskell.md
@@ -5,7 +5,6 @@
5
* Functors
6
* What is covariance and contravariance in the context of functors and category theory?
7
* What are the negative and positive positions?
8
- * Is it possible to make a covariant functor into contravariant or back?
9
* What types can be both covariant functors and contravariant?
10
* What are invariant functors?
11
* Contrafunctor (Contravariant functor)
@@ -49,7 +48,13 @@
49
48
50
## Types
51
52
-* What is a cardinality?
+* What is cardinality?
+* What is the notion of isomorphism when we are talking about types?
53
+* Should isomorphic types have the same cardinality?
54
+
55
+#### Exercises
56
57
+* [Kata - isomorphism](https://www.codewars.com/kata/isomorphism)
58
59
#### Resources
60
0 commit comments