Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Disable Haskell type coercion

haskell coercion

How to construct a no-op IO() expression in Haskell?

haskell monads io-monad

Find function source in Haskell (workflow)

haskell workflow

Third Monoid Law and IO?

haskell

Is it possible to implement polymorphic functions in a DSL using Free

haskell dsl free-monad

How to use Y- Combinator; why does this infinite recursion return 9?

foldl with (++) is a lot slower than foldr

haskell

Swap inner and outer monads

How do I use a monoid instance of a function?

haskell monoids

What is the shortest way to create a record form list?

haskell record

Does Haskell support composition of partially applied functions?

haskell

Why are ML/Haskell datatypes useful for defining "languages" like arithmetic expressions?

haskell types ml

How function reduction in Haskell works?

Hide one of the type params of a multi-param typeclass in a function signature

haskell typeclass

Indent all lines in a string

string haskell

Why is this Haskell program making backslashes?

How to convert a custom type to an Integer in Haskell?

Can the composite pattern be used to generate HTML from a tree and handle the indenting as well, or this inherently not possible?

Why do Chars not have a `Char a => a` similar to numbers (`Num a => a`)?

haskell types

is it possible to print all reductions in Haskell - using WinHugs?