Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

Type System in Haskell

haskell

Capturing rules of graph using types in Scala, OCaml and Haskell

scala haskell types ocaml

Is it possible to define type with callable objects in Haskell?

haskell

Haskell Text.Parsec.Combinator choice doesn't backtrack

haskell parsec