Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

A simple case where LiquidHaskell works well on the type "Data.String" but not on the type "Data.Text"

haskell liquid-haskell

Understanding Monad Transformer Type Signatures

How to run Haskell on GraalVM?

haskell graalvm

Defining an instance for a composite type in Haskell

haskell typeclass

Top-level OverloadedLists literal

haskell overloaded-lists

QuickCheck: why isn't there a function to pass a test and what to use instead?

Apply constraint within constraint in Haskell

Why is this implementation a bad instance of the Foldable Typeclass?

How can I map a function to a list and stop when a condition is fulfilled and tell me if it stopped or reached the end?

How can unsafePerformIO be used to write unsafeCoerce?

haskell unsafe-perform-io

How do I implement foldr for this particular structure?

haskell

Create background process in windows without visible console window

windows haskell

Simplest example of backwards continuations in Scheme without explicit mutation

Modelling Typeclasses in C++

Efficient number reading in Haskell

performance parsing haskell

How to get a function to return different types

haskell

Reusing lists in patterns

OO Interface translation to Haskell

Memory efficient algorithm for `take n (sort xs)` ("sorted prefix") problem

Parsing a JSON string in Haskell

json parsing haskell