Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Using >> without explicitly declaring it in a monad

Pattern Matching on Function

Do I use Option as result when fetching an object from the database with an Id?

Referential transparency in functional programming

Scala Value Definitions: Confusing case for def and val evaluation

How to find a given element in nested lists?

how do i pass a function along with its signature (haskell style) using a c++ template?

Types that constrain vectors based on norm

Unpack without using * (asterisk)

"foop": a naming convention? It's a helper recursive function for "foo"; what does the suffix "p" mean?

Convert Binary to Decimal Haskell

elixir how to map and reduce at the same time without going through the map twice

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?