Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

Minimal Complete Definition Annotations for Haskell

haskell annotations ghc

viewing core when compiling with cabal

haskell ghc cabal

Does order of constructors / cases / guards / if-then-else matter to performance?

haskell optimization ghc

Is pattern matching more performant than guards?

haskell ghc

Weird behavior of (^) in Haskell

haskell -- any way to roll your own group of LANGUAGE pragmas?

What is the rule of the order of multiple type variables in haskell?

Understanding GHC error "Qualified name in binding position"

haskell compiler-errors ghc

What does left arrow <- mean outside a do block?

GHC 7.4 update breaks haskell98?

haskell ghc

Motivation for limitation on data kind promotion

haskell ghc data-kinds

Does Haskell support closed polymorphic types?

haskell types polymorphism ghc

Python-"is"-like equality operator for Haskell/GHC

haskell reference ghc

Does reading a TChan result in blocking or polling?

haskell ghc stm

Haskell : can only load one file at a time via :load

haskell ghc ghci winghci

Why `(map digitToInt) . show` is so fast?

performance haskell ghc digits

How to get cabal to ignore the global package DB when using a sandbox

How to properly optimize MArray functions for speed?

How to extend GHC's Thread State Object