Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in partial-application

What are the rules to govern underscore to define anonymous function?

When is a scala partial function not a partial function?

How is a partial application represented at runtime?

Static method signature type arguments and partial application

Getting partial constructors for case classes "for free"

What is a list of curried programming languages?

Why scala can't infer the type in a partial method?

Function application in Haskell

How do I partially apply an infix function like Basics.+?

elm partial-application

Concise syntax for partial in Clojure

How to correctly curry a function in JavaScript?

What is the best pattern to curry delegate parameters (using .NET 2.0 or later)?

Replace parameter in lambda expression

F# passing an operator with arguments to a function

Why and when do I need to follow a method name with _?

scala partial-application

In Haskell, (+) is a function, ((+) 2) is a function, ((+) 2 3) is 5. What exactly is going on there?

Partial application left to right

JavaScript curry function

Partial Application with Infix Functions

When (if ever) can type synonyms be partially applied?