Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why isn't Haskell able to optimize this? (Nothing gets propagated needlessly in the Maybe monad.)

haskell

How does one read Haskell's `ap zip tail` to mean `\x -> zip x (tail x)`?

haskell

Type constraints become huge and unreadable for simple code

Haskell grouping list elements by fst

Which language extensions enable to write "class A (B c) => D c where ..." ? What is the meaning of this type class declaration?

haskell: read does not parse floating point numbers without explicit type

haskell

how to do bit shifts and masks in haskell?

haskell bit-manipulation

Is it possible to have backend written in Haskell and frontend with Javascript?

Haskell: arrow precedence with function arguments

change output format of chr to hexadecimal

haskell

How do I count one list against another, in O(n*log(n))?

algorithm haskell

MonadBaseControl IO ... StateT Implementation

Type families for dummies

haskell

Calling Haskell from C, getting "multiple definition of main" linker error

c haskell linker-errors ghc ffi

Does Haskell's ghci support running a script and then quit, like python or perl?

haskell scripting ghci

Splitting a BinTree with tail recursion in Haskell

Type Juggling with Existentials at Runtime

Maximum Size Square of All 1's in Haskell

How can I represent data with optional fields at the type-level?

haskell

Statically enforcing that two objects were created from the same (Int) "seed"

haskell types ghc