Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is it valid to lift positive positive forall quantifiers to the outside?

haskell quantifiers

Getting input into Netwire programs

haskell frp netwire

Defining Categories and Category Laws in Haskell

Can GHC warn about the uses of dangerous non-total functions?

Is there a "complete" set of functions/operators for FRP?

What is the name of this functor that uses RankNTypes?

Why is my https getter in Haskell so slow compared to curl?

haskell curl

Garbage collector issues in Haskell runtime when (de)allocations are managed in C

Implementation of MVar in C?

c haskell synchronization ffi

How to use the darcs library to query information about patches?

haskell darcs

Type Families with GHC.Generics or Data.Data

Is Hask locally small?

haskell

Monitoring GHC activity

haskell ghc

How to avoid creating an orphan FromJSON instance for Data.Tree

json haskell aeson

Batch processing and functional programming

In Clojure, is there a function like Haskell's on?

The ContT Monad: Putting the pieces together

Any tricks to get rid of boilerplate when constructing proofs of absurd predicate on enums?

The pattern with functions like `bool`, `either`, etc

Juggling existentials without unsafeCoerce