Improve wording
This commit is contained in:
parent
ab7c101b4b
commit
198ccedcf5
@ -12,7 +12,7 @@ We can also have:
|
|||||||
f :: a -> b
|
f :: a -> b
|
||||||
\end{haskellcode}
|
\end{haskellcode}
|
||||||
\pause
|
\pause
|
||||||
So, whatever the function does... it has something of one type and returns something of another type. \hinline{b} \emph{could} be the same type as \hinline{a} here, but it doesn't need to! That's all we know about this function.
|
So, whatever the function does... it gets something of one type and returns something of another type. \hinline{b} \emph{could} be the same type as \hinline{a} here, but it doesn't need to! That's all we know about this function.
|
||||||
\vspace{\baselineskip}
|
\vspace{\baselineskip}
|
||||||
\\
|
\\
|
||||||
\pause
|
\pause
|
||||||
|
Loading…
Reference in New Issue
Block a user