Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
-Topic
  • Loading branch information
ramagururadhakrishnan authored Mar 5, 2024
1 parent 0e7eb84 commit 37b11d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Lectures/Lab4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A higher-order function is a function that takes other functions as arguments or returns a function as result.

### Map, Filter and Foldr
### Map and Filter

#### Map
The `map` function applies a given function to each element of a list, returning a new list with the transformed elements.
Expand Down

0 comments on commit 37b11d9

Please sign in to comment.