Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why is this Haskell array filling operation so slow?

performance haskell

How can I use &&& with a -> Maybe a

haskell arrows option-type

Aliasing function in Haskell

function haskell

Extend a list using last element to match longer list in LINQ zip

c# linq list haskell f#

Flip Maybe and List

haskell

"takeWhile" within a list comprehension

Haskell. Using constraint to define an instance of a class

class haskell instance

Polymorphic "flip" fails in 7.10

haskell ghc

How to define a Haskell function with an argument of "newtype"?

haskell types newtype

Applicative that increments the environment in haskell

haskell applicative

How do you implement "show" tail-recursively?

haskell tail-recursion

Does Haskell provides a way to evaluate IO monad immediately?

haskell

Who can explain this Haskell puzzle?

haskell

Is there a fully applied curried function thunk in Haskell?

haskell

Flatten monad stack

Switch order of arguments for instance declaration in Haskell

haskell

Using an 'fmap-like' function on types of kind *

haskell type-kinds

Is it possible to define patterns of composition in functions or functors?

haskell composition

Parsing and the use of GADTs

haskell gadt attoparsec

Why is the type of (.) head ((a -> [c]) -> a -> c)?

haskell