Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Efficient streaming and manipulation of a byte stream in Haskell

Polymorphic recursion - syntax and uses?

haskell recursion

Using Applicative notation for parsers whose result is discarded

Parsing block comments with Megaparsec using symbols for start and end

haskell megaparsec

Typechecking multiple 'Main's

haskell ghc

Why MonadReader r (StateT s m) uses an instance of the underlying monad

'Auxiliary' function in Haskell

function haskell

Haskell Servant passing custom data to auth handler

Haskell Integer Odd Digits Checker

function haskell recursion

Understanding the type of this Haskell function

haskell

Bidirectional Arrow

haskell arrows

Nearest equivalent to Prolog atom or Lisp symbol in Haskell

haskell

Simpler way to deal with Time and Date?

haskell

How can I break up a Haskell statement when the type of a parameter is not static?

haskell

Change ghci version on stack

haskell haskell-stack

How to write Haskell-do-notation in Scala

scala haskell

Singletons TypeRepStar Sing Data Instance

haskell singleton-type

Haskell polyvariadic function with no arguments

Joint use of floor and sqrt in Haskell

haskell sqrt floor

Using haskell's singletons, how can I write `fromList :: [a] -> Vec a n`?