Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Building values dynamically with GADTs using Data Kinds

What is the most efficient way to hardcode a map in Haskell?

haskell

Hashing by Persistent's Entity key?

haskell yesod

Haskell this file's path

haskell

Ambiguous type variable but not in ghci?

haskell

Identity function for phantom types

haskell phantom-types

`forkIO` and `putMVar`: what's going on under the hood?

haskell concurrency mutable

How to create Haskell containers that fuse?

haskell stream-fusion

Can I write a function using DataKinds that returns a value of type encoded by the parameter?

haskell types data-kinds

Haskell-filter first element

haskell

Where does the name of Equational Reasoning come from?

Haskell, Channels, STM, -threaded, Message Passing

What is haskellng? What is the difference between 'haskellPackages' and 'haskellngPackages'?

\r\n translated to \r\r\n in Haskell

haskell newline

How do I export typeclasses?

haskell module typeclass

Example of a data structure with lazy spine and strict leaves

haskell data-structures

Understanding the difference between two Haskell signatures, one using forall

haskell

Hiding a State monad's s type parameter

Haskell primPutChar definition

haskell io definition

Free monad and the free operation