Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Reasonable Comonad implementations

Is pattern matching on derived types idiomatic for F#?

In what sense is IO monad special (if at all)?

Is it possible to create a type-level representation of generic ADTs?

return value to break function

f# functional-programming

Currying vs. anonymous function in Scala

Java 8 streams - map element to pair of elements

Haskell first steps compile error

Map an arbitrary n-ary Tree with fold

Scala Cats or Scalaz typeclass scanLeft like

Ocaml pattern matching for "square" tuple?

Attempting to use continuation passing style to avoid stack overflow with minimax algorithm

Ecto.Repo receives a struct that does not implement Access behaviour

Returning an R function from rcpp

Java Streams TakeUntil 100 Elements filtered/collected

Filter out unique nested values using ramda

pythonic style for functional programming

How to implement a generic lift function for monads?

Collecting Lists in Java 8

How do I split a list in to four lists in elm?