Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What is "value" in pure functional programming?

What should a Traversable instance look like for a Tree datatype with a nested Maybe value?

haskell tree maybe traversable

How can Haskell integer literals be comparable without being in the Eq class?

haskell

Could not find module System.Console.MinTTY.Win32 when compiling test-framework with Stack on Windows

haskell haskell-stack

Is it possible to use the GHC API to modify a program while compiling it?

haskell ghc ghc-api

Forcing haskell-indent-mode over haskell-indentation-mode in haskell-mode 2.7?

emacs haskell indentation

Underlying Parsec Monad

GLUT Alternatives for Haskell?

opengl haskell sdl glut glfw

Haskell dynamically set record field based on field name string?

haskell record

How to let a function [a] -> [a] operate on [(a,Int)]?

haskell abstraction

Manipulating the monad stack

Project Euler 14: performance compared to C and memoization

haskell memoization

Haskell FFI - How to handle C functions that accept or return structs instead of pointers to structs?

c haskell ffi

How to convert a failed computation to a successful one and vice versa

Does FreeT keep the equational reasoning benefits of Free?

haskell

Running a subexpression once

haskell optimization

What about arrows?

haskell

Is there a reason we can't populate types with DataKinds?

haskell data-kinds

How to fetch entity by `Int` when a `Key` is expected in the Haskell persistent library?

Are Arrows a true generalization of functions?

haskell arrows