Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

LDAP authentication with `ldap-haskell`: can it be made secure?

haskell ldap

Existential type wrappers necessity

Applicative constructor for records

haskell applicative

Composable atomic-like operations

haskell transactions atomic

Numeral domains in Haskell

math haskell

Another type-fu hitch

haskell

How to split lines in Haskell?

variables haskell split line

Why doesn't Haskell provide folds for one-dimensional Arrays?

Objects of multiple datatypes

Happstack display a read file

haskell file-io happstack

Haskell - if else return clean tuple

list haskell tuples

Haskell - converting from List to Data.Vector

Is it possible to use Haskell to reasonably solve large DP problems

haskell

Optimizing a Haskell program

optimization haskell

Retrieving values from a chain of ADT's with Maybe's

haskell maybe option-type

Haskell: Show all the elements that are "showable" on a Hlist

haskell reflection hlist

Running other programs in Haskell / Linear programming package

Haskell: use Data.Text.replace to replace only the first occurrence of a text value

haskell

Specializing bind for monads over special typeclasses in Haskell

haskell

Haskell pointless performance - efficiently map multiple functions to the same data