Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to use std::max or std::min as function parameter

Two-level type hierarchy with Haskell

A list of functions

Transform a list List[String, String] into List[String, List[String]] in Scala?

Shortening Knuth's algorithm M (mixed-radix numbers) in Haskell

Using filter to return only specific property of the key

Haskell basic - pattern matching vs list tail

Maze Solver in Haskell - Determine if maze is unsolvable

How to convert a std::optional to a std::expected?

F# "Stateful" Computation Expression

Generate a list in Haskell using comprehensions by filtering sequences each two numbers

How is IObservable's Where() extension method implemented?

How easy is lazy evaluation by converting a non-lazy collection to a stream?

Installing mysql on Yesod

Concise way to call ifilter with multiple predicates in python

How can express this imperative function in a functional, array-based language like K (or Q)?

Unresponsive ghci terminal [duplicate]

How do let and case differ in terms of lazyness?