Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Eliminate consecutive duplicates from a string

haskell

How do you search across library versions in Haskell?

haskell cabal stackage hoogle

Removing duplicate elements in a Seq

haskell

Clean way to do rewrite rules

haskell dsl

foldr with 4 arguments?

haskell

Applicative typeclass based on two different functors

haskell functor applicative

Implementing an accumulating function using Conduit

haskell conduit

Speeding up Haskell PBKDF2 algorithm

performance haskell pbkdf2

Can Haskell beat C at counting letters?

haskell

Find occurrences in a List using recursion in Haskell

haskell recursion

Using Liquid Haskell to Check for Valid Tokens

haskell liquid-haskell

Can a pattern synonym have a different type signature in each direction, like numeric literals do?

haskell pattern-synonyms

How can I pass a monadic function as an argument with a flexible type variable?

Haskell - Blank cells in a sudoku

Type error when composing any function with the vector `create` function

haskell

Haskell error "parse error on input ‘if'"

How do you write foldWhile with the standard library?

Applicative vs monadic style for simple IO example

haskell monads applicative