Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell: restrict "a" to certain types?

haskell types tuples

Variable List Comprehension Length

Data types with same field names

haskell

Getting a string from a IO ExitCode monad

haskell io monads ghc

Haskell -- How should I avoid head or tail, and adopt pattern matching?

haskell

Static files in a Snaplet

Haskell - What does the input of a higher-order function look like if it takes functions as arguments?

Why does this record typecheck?

haskell record

Function to sequentially apply modifications to a string

haskell

semantics of hGet

haskell

How do I create a Storable instance for this type?

haskell binding ffi

Haskell - store variables

haskell

Two attempts to get to point-free. One of them gets me stuck. Is this normal?

haskell

Map that associates operators with lambda functions

haskell lambda dictionary

Build more advanced generic parser

How do I get at uploaded files using the Haskell Snap framework?

Changing the return type of a function in Haskell?

haskell

How to do a recursive main function in Haskell

haskell recursion

Haskell Doubly Linked List Functor