Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Rewriting trees

How to tell what type the DynamicImage loaded by Codec.Picture is

haskell types codec

Conditional Compilation inside Literate Haskell

Couldn't match kind `*' against `#'

can I make StateP from Control.Proxy an instance of MonadState?

How would one create a proper polymorphic Functor instance failing on unsafeVacuous?

How to comment out lines in literate haskell

Escaping ampersands in Blaze Html

haskell blaze-html

Customizing response headers in Wai middleware

haskell haskell-wai

Does Elm have an equivalent of Haskell's "Read"

Is there any deeper type-theoretic reason GHC can't infer this type? [duplicate]

haskell type-inference

ghc issue with hmatrix

haskell gsl

Animating With Gloss in Haskell

animation haskell graphics

yesod how to show the pure value of a PersistInt64 key

haskell key yesod persist

Upsert in persistent

haskell yesod persistent

instance of "Type constructed with type argument" need not be constructed with data of that type, in Haskell

haskell types

How to find the longest word in list?

haskell

How to load tests in ghci with stack

haskell cabal haskell-stack

An example of a type with kind * -> * which cannot be an instance of Functor

Assigning literals to terms in GHC