Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is there an established way to write parsers that can reconstruct their exact input?

Can the continuation monad transformer be given an Alternative instance with some and many?

Haskell standalone desktop application authentication (using google / facebook / twitter / etc accounts)

Is it possible to get a type of any expression using Template Haskell?

Why would an algebraic type be only an initial algebra (or vice versa)?

QuickCheck: How to use exhaustiveness checker to prevent forgotten constructors of a sum type

haskell quickcheck

Is there a workaround for the lack of type class backtracking?

haskell typeclass

Calling a Clojure Function from Haskell

haskell clojure jvm ffi

How to list the global packages installed by `stack`?

haskell haskell-stack

How to test GHC plugins?

haskell ghc

How to get the “inflexible semantics of monad transformers” using extensible effects?

Why does the Alternative typeclass need to be a sub-class of Control.Applicative

Asking for a type's kind in Scala vs Haskell

Structurally enforced Free Alternative, without left distributivity

Testing with HTF

testing haskell htf

Audio and Signal Processing in Haskell

What's the difference between partial evaluation and function inlining in a functional language?

Why does “failing” (from lens) produce invalid traversals?

haskell haskell-lens

Why is there not 'Alternative' instance for 'Control.Applicative.Const'

How to keep very big elements on memory without exhausting the garbage collector?