Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Kind vs Rank in type theory

Linking a dynamic library (libjvm.dylib) in Mac OS X (rpath issue)

How fast is Data.Sequence.Seq compared to []?

Cross module optimizations in GHC

How do you formulate n-ary product and sum types in this typed lambda calculus universe?

Does Haskell have a takeUntil function?

SAT solving with haskell SBV library: how to generate a predicate from a parsed string?

haskell smt satisfiability

How to make fmap rewrite rules fire?

haskell

Haskell: Can type variables be used within function definition?

haskell types

Tree Functor and Foldable but with Nodes. Is there any generalization over it?

Hiding constructors of data type

Haskell How to Create a Word8?

string haskell bytestring

Non-maintainer uploads to Hackage

haskell hackage

Is there a name for a function that takes a piece of data and a list of functions and applies each function to the result of the last one?

Recursively defined instances and constraints

haskell typeclass

Generic variant of bi f a b = (f a, f b)

Can GHC unpack enumerations on strict data fields?

haskell ghc

Type-safe printf

string haskell types

pipes 3.0 : non linear topologies

haskell haskell-pipes

Display function types in Haskell

haskell types