Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Puzzling performance/output behavior with rank-2 polymorphism in Haskell

Is there a “dual” to zooming?

Pattern match phantom type

how would monadic rules apply if the function could be of a different type

scala haskell clojure

Curry's paradox in Haskell?

Hint.interpret gives a compiler error when used on a Polysemy.Sem value

Combining State monad with Either-style error propagation

Is the name of `liftM` inspired by lifts in mathematics? [closed]

Type inference in where clauses

haskell ghc type-inference

What is # as prefix?

haskell

How to EmptyCase at the type level

haskell

Lowering of higher order function with linear types

How do I statically link a Haskell library with a Rust project?

haskell rust ffi

Working with data types parameterized by a functor

Raise ParseError in Haskell/Parsec

parsing haskell parsec

Which versions of packages can my Haskell package depend upon?

haskell cabal

Haskell SDL on OS X

macos haskell sdl

Of which things should I take care if I'm using unboxed type (like Int#) in Haskell / GHC?

What is a good name for this state-like monad

haskell monads

Optimising a Haskell XML parser

xml performance haskell