Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Syntax to wrap a completion handler in dispatch async

Is this a valid monad transformer in Javascript?

What is the interest of <functional> function objects in C++03?

Avoid impossible states with a data model for a card game in Haskell

Generalizing a combinatoric function?

Ruby method chaining - `tap` with replacement [duplicate]

Haskell syntax: what does drop (n+1) [] = [] mean?

haskell foldr and variable

Functional switch case with object literal and Typescript

"Cannot create infinite type" error in Haskell

How does functional programming avoid state when it seems unavoidable?

In Java 8, how do I apply this filter?

Wildcard for type when matching discriminated unions

How to fix incomplete pattern matching in agda

SyntaxError: invalid syntax inside map(lambda (x, y)

Ruby string to date time format

How to program an iterator in scala without using a mutable variable?

Filtering with a predicate that takes 2 arguments

Differences between Derivable rules and Admissible rules?

Discriminated Unions and let bindings