Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in higher-order-functions

Is there a multiplication analogue to Integer::sum?

How to define a list of functions of the same arity in Scala?

How do I take a reference to new?

Fixed-Point Combinators

Scala ActionListener / anonymous function type mismatch

"Mapping" scanl

How to define a list of recursive calls to a function in Haskell

Implementing a higher order function that performs currying in scala

Type of a function with Implicit parameters in Scala

Concise syntax for function composition in Scala?

Implicit conversion of a function to a second-order-function only works if the function to convert has at least two parameters

Why use a function to return a function?

Scala SortedMap.map method returns non-sorted map when static type is Map

Java Higher Order Polymorphic Function

Lowering of higher order function with linear types

Second order functions in GLSL?

Build balanced binary tree with foldr

access the array object inside a higher order function

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

Reverse currying?