Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why is this instance of Traversable for list not correct?

haskell traversable

String -> ByteString and reverse

haskell bytestring

Efficiently abstracting over datatype arity

Difference between ccall and capi FFI calling conventions

haskell ffi

Problems in defining an applicative instance

Haskell operator or function for applying function from monad to a value?

haskell monads

Forall constraints

Haskell/Frege <=< and =<< associativity

Is there a a predefined way to skip calculations that result in Nothing?

haskell monads maybe

Safe and polymorphic Enum in Haskell

haskell enums polymorphism

How do you implement Haskell's IO type in Java?

java haskell

IO woes when seeking sizes of directory contents?

haskell

Recursion schemes using `Fix` on a data-type that's already a Functor?

Is it possible to re-implement `Enum` deriving using GHC generics

haskell generics enums

Complete minimal example for using quickCheckAll

haskell quickcheck

Rewrite rules with newtype

implementation of sequenceA using traverse

haskell types

XMonad on Nix - cannot find xmonad-contrib

haskell ghc xmonad nix

What is the special status of the 2-tuple?

haskell tuples

Is there a typeclass in haskell for boolean values?

haskell typeclass