Skip to content

Commit 4a2315c

Browse files
committed
WhatTheFunctor
1 parent 549cdaf commit 4a2315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_chapters/haskell3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ Therefore, after applying this parser, it will result in: `Just ("", (\a b -> a)
13021302

13031303
*Point-Free Code*: A style of defining functions without mentioning their arguments explicitly. This often involves the use of function composition and other combinators.
13041304

1305-
*Functor*: A type class in Haskell that represents types that can be mapped over. Instances of Functor must define the fmap function, which applies a function to every element in a structure.
1305+
*Functor*: A type class in Haskell that represents types that can be mapped over. Instances of [Functor](/assets/WhatTheFunctor.mp3) must define the fmap function, which applies a function to every element in a structure.
13061306

13071307
*Applicative*: A type class in Haskell that extends Functor, allowing functions that are within a context to be applied to values that are also within a context. Applicative defines the functions pure and (<*>).
13081308

0 commit comments

Comments
 (0)