Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in higher-order-functions

Trying to understanding why this function using foldr in Haskell isnt working

Reverse currying?

type of high order functions

Confusion with 'lifting' functions in Scala

Can't understand result when calling applyTwice multiple times

Automatically and deterministicly testing a function for associativity, commutativity etc

what are curry and uncurry in high-order functions in ML

"filter" higher order function in C++

Using functional interfaces with function types in Kotlin

How swedish is a very very swedish greeting?

Calling Clojure higher-order functions

Higher order javascript functions

Haskell Programmatically/Dynamically Define Functions

Step-by-step connection between a Scala high-order function to provided examples

Function application function in Haskell

How to repeat a function n times

How do I write higher-order functions that take polymorphic functions as arguments in Typed Racket?

Unsure of how to design a useful library using combinators

Passing a function as a parameter and returning a function - Haskell

How to pipe the result of a transformation chain to a function?