Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is there a fast algorithm to determine the godel number of a term of a context free language?

Append for type-level numbered lists with TypeLits

haskell

Is it possible to get the Kind of a Type Constructor in Haskell?

haskell type-kinds

difference between munch and many (satisfy p)?

parsing haskell

Is it possible to write fmap for this data type involving a type family?

haskell ghc type-families

How do you write rewrite rules for typeclass methods?

haskell optimization ghc

What are the state-of-art methods for solving functional equations?

Why is full-laziness a default optimization?

haskell ghc

When is it useful to use "strict wildcard" in Haskell, and what does it do?

In GHCi, what is the difference between ':module' and 'import'? [duplicate]

haskell ghci

How can I use parMap with a monadic function?

Which haskell array implementation to use? AKA what are the pros and cons of each

Write a Maximum Monoid using Maybe in Haskell

haskell monoids

Is GHC's auto-derived `Eq` instance really *O(N)*?

haskell ghc

Trying to implement Data.Either

haskell functor either

Sleeping until the start of the next minute

haskell time

Declaring instances of parameterized type synonyms

haskell types

Truncating to Word type

haskell

How to upgrade Haskell Platform

haskell ghc

Parsing Nested JSON in Haskell with Aeson

json haskell aeson