Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why don't we write haskell in LISP syntax? (we can!) [closed]

haskell macros lisp defmacro

How to create a well-typed function that returns two different types?

haskell dependent-type

Parameterized Types in Haskell

Haskell for simulating multilane traffic circle?

concurrency haskell

Multithreaded Haskell

Haskell "Source reduction"

List of existentially quantified values in Haskell

Haskell - Use Just or no Just made difference, but I don't know why

types haskell option-type

How to takeWhile elements in a list wrapped in a monad

list haskell types monads

Confusion over IORefs to make a counter

Haskell/GHC: Matching multiple unary constructors with the same pattern

How can keyword "where" be defined globally in Haskell

haskell global where

Haskell: Number of matches between two lists of ints?

haskell count numbers match

groupBy with multiple test functions

list haskell

Making Haskell functions point-free

haskell pointfree

Cost sensitive folds

type variables in constructors?

haskell

No cooperation between readFile & IO monad when programming pointlessly

haskell io monads pointfree

How to use `getBounds' with STArray?

arrays haskell random shuffle

mapM putStrLn ["a", "b"] why does it show three lines?

haskell io monads