Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Hierarchical module name for type-level programs

Revisiting Polymorphic STUArrays with Constraint Kinds

Constraint kinds: Pass multiple constraints

haskell constraint-kinds

How to build a self-contained library with cabal?

haskell cabal

Correctly parsing line indentations in uu-parsinglib in Haskell

Unplanned greedy behaviour in uu-parsinglib

how to find `toStrict :: Text -> Text` using hayoo / hoogle

haskell hayoo hoogle

Type Inference with Reflection and DataKinds

Cabal failed to install unix-2.7.0.0

unix haskell cygwin cabal

Haddock - link to function in external module (whole module imported)

haskell haddock

Haskell Plugins and cabal sandbox

Temporal correlations when employing System.Random (not present when employing System.Random.TF)

Type level indicator function for a type class in Haskell

How do I use Haddock with c2hs?

haskell haddock c2hs

"cabal install happy" causes memory overflow. (GHC 7.8.2)

haskell ghc cabal happy oeis

Haskell program coverage not highlighting a module that has no tests at all

unit-testing haskell cabal

Can't find module Test.HUnit

haskell hunit

How can I modify my code to return a custom JSON instead of just status 200?

json rest haskell

Getting the date format for the current locale

Memoizing arguments independently

haskell memoization