Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

STRef and phantom types

haskell

Is there any tool for aiding with explicit import of modules in Haskell?

Reflecting Heterogeneous Promoted Types back to Values, Compositionally

How does let interact with higher rank types in Haskell?

Changing Haskell's Functor for Metaprogramming

haskell metaprogramming dsl

Memory consumption API

haskell ghc

Does `threadDelay (maxBound :: Int)` trip a GHC bug or what?

haskell ghc

What is a Cabal 'world' file for?

haskell cabal-install

Haskell type family instance with type constraints

GHC Linker error (stack)

How to build a Haskell list inside a monad lazily?

haskell monads

How to understand "(Num b) => length :: [a] -> b" in Haskell?

haskell

Is there any connection between `a :~: b` and `(a :== b) :~: True`?

View non-exposed library functions while developing in Haskell

How to encode possible state transitions in type?

haskell types idris

Example of performance degradation due to the use of strict data constructors

haskell strictness

Right-tightening ArrowLoop law

haskell typeclass arrows

nix-shell as #! interpreter for runghc

haskell nix

Is there a way to shorten this deriving clause?

haskell deriving

Is it possible to assign a KnownNat at runtime?

haskell ghc dependent-type