Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Checkers and EqProp

haskell quickcheck

How to do memory mapped IO on custom data types?

haskell mmap

How to apply a polymorphic function to both sides of an Either?

Asynchronous code runs slower than synchronous version in haskell

Testing a function that takes an empty list

unit-testing haskell hunit

Check if it is a specific type - haskell

haskell

Haskell: is it possible to output type as a part of a program?

debugging haskell types

Haskell `where` with pattern-matching

Remove teaser from pages

haskell hakyll

Can one convert an "Either" list to an "HList" in Haskell?

haskell

Haskell - foldl' in terms of foldr and performance issues

performance haskell fold

haskell pretty print binary tree not displaying properly

Inferred type is not general enough

haskell prefix

Pointfree style programming in haskell

haskell pointfree

Haskell - defining commutative functions: How to consider actual arguments by combination, not permutation

haskell

Confusion about "type" and "data" in haskell

haskell types

func :: Maybe(Int) -> Maybe(Int)

Is there anything like Haskell "guarded equations" in modern C++?

haskell c++20

Functional map-like data structure with arbitrary length data as keys?