Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell function to cast as a type

haskell types

What data structure for an array of bit flags?

arrays haskell bitflags

Haskell - How to use a function that returns 'Maybe Int' as an argument to another function?

haskell

Implementing List#flatten in Haskell

scala haskell

Is it possible to implement a function that returns an n-tuple on the lambda calculus?

Haskell: Break a loop conditionally

loops haskell break

Is an infinitely recursive type useful?

haskell ghc

Type synonyms "not in scope" when using Template Haskell

Haskell pattern matching on vectors

How to deal with an IO (Maybe (IO (Maybe t))) type?

Reader and MonadReader

haskell monads reader-monad

Thinking Functionally. Building a New Array in Haskell / Purescript

Why will a IO nested in other monads not execute? Is there a way to force them to?

haskell monads

Pondering name of pattern seen in Elm and if other similar cases

scala haskell f# elm pointfree

Generating a unique value in Haskell do-notation

How is assert used?

haskell

The IO action ‘main’ is not exported by module ‘Main’

haskell

How to test if a number is a power of 2?

haskell bitwise-operators

Apply a constant to all the fields of a datatype

haskell

Does the order of function definition matter in list patterns