Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell bit arrays

arrays haskell

About 'pseq' in Haskell

Generate a C struct based on a complex Haskell type

c haskell ffi

Partiality Monad Transformer

haskell monads

What's wrong with this implementation of quicksort using Arrows?

haskell arrows

Simple usage samples for haskell Data.HList

A library implementation of a recursion scheme

Debugging haskell: Display a function's name at each call

haskell

Functor instance for generic polymorphic ADTs in Haskell?

Haskell Warp/Wai and HTTPS -- how to make them work?

haskell ssl https haskell-warp

Commutative Property for Haskell Operators?

Is it possible to write a factorial function as fast as the "textbook" one in a different way?

Why does `fmap sum Just` typecheck?

haskell functor foldable

Can I write a higher order type for a -> b -> *?

IORef in Haskell

haskell monads ioref

What is the relationship between bind and join?

Is it possible to have recursive sum type, with each 'level' having distinct value?

haskell

Type roles and confusing behavior by `coerce`

haskell roles coerce

Use Haskell like Prelude modules in a module in raku

haskell raku

Is IO a Free Monad?

haskell io monads free-monad