Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is there any way to open constraint dictionaries at compile-time in GHC?

haskell ghc

How to get signed put object url with Amazonka

haskell amazon-s3

Is there a better way to write a "string contains X" method?

What does a fullstop or period or dot (.) mean in Haskell?

Why sum of products can be viewed as normal form in algebraic data types?

What is the Unit type?

Ignoring stderr of process

haskell process stderr

What does the "world" mean in functional programming world?

How does scanl in Haskell work on list of Either's - comparison of two cases

Is there a class that models "patches"?

FFI returns a huge integer value instead of 0

c++ haskell haskell-ffi

Building a monad on top of hedis, a haskell redis lib

haskell redis

Full definition of .cabal file syntax

haskell cabal

(ML) Modules vs (Haskell) Type Classes

haskell sml ml

Is it possible with HSpec (or HUnit) to attach further information to assertions that get printed in and only in case of failure?

haskell hunit hspec

Copying GHC ByteArray# to Ptr

haskell ghc

avoid `unsafeCoerce` with some `Coercible` use case

haskell

How to make a request to an IPv6 address using the http-client package in haskell?