Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Swift enum case access level

How do I avoid nested Monads in fp-ts or deal with them elegantly?

Scala type parameters in various places

How to make a function call itself n times

Function that returns function with argument

r functional-programming

Kotlin: How to write nested loops in functional way?

Is "associates to the right" equivalent to being left or right associative?

What is a good way of reusing function result in Scala

Why function is the first argument in Haskell

How to define an alias in Agda's type delaration?

Functional programming and equation solvers

Type safe modular arthmetic no annotation

purrr pmap function arguments

How to use Either monad and avoid nested flatMap

Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is there a way to bail out?

unfamiliar syntax in Haskell / Clash function type signature

Chain fp-ts TaskEither with Either in right

Where does the performance boost of map or list comprehension implementations over calling a function over a loop come from?

Data Type with cached calculations in functional programming

Point-free version of g(f(x)(y))