haskellstoverfl's profile picture. stackoverflow/tag/haskell rss feed

haskellstackoverflow

@haskellstoverfl

stackoverflow/tag/haskell rss feed

cabal-install 1.20.0.0 fails to install on OS X: On OS X 10.9.2, I installed the GHC platform fresh. (There wa... bit.ly/1mlrSbx


if fall through: What's the Haskell equivalent pattern for if fall through in imperative languages, like: fun... bit.ly/1udMMyM


GHCi is crashing when executed from a directory that has a Prelude.hs: GHCi crashes when I try to start it fro... bit.ly/R7vBQe


Why can't I import this Haskell module?: I put this in ~/Desktop/Shapes.hs: module Shapes ( Shape(Rectangl... bit.ly/1iQX9UE


Haskell error: Couldn't match type 'a' with 'b': i'm a newish to Haskell and have this piece of code: import ... bit.ly/1fVj7Rz


Why do these corner cases in Haskell's import-as work and what do they do?: I've come across some modules that... bit.ly/1kqmaCw


Call monadic function inside transformer stack: Took my first crack at Monad Transformers. Wrote a simple gene... bit.ly/1fCWyX3


Deriving the type of (foldr (.)): I'm trying to manually derive the type of ((.) foldr) (.) ::(b1 -> c1) -> (... bit.ly/1lEaal3


lexical error in string/character literal at end of input: Let S a set of propositions represented by a list, ... bit.ly/R4xu07


Converting between Word8 and Word16 in Haskell: I am trying to to little endian conversion in haskell, so that... bit.ly/1lDH9Ge


What is the easiest way to play a sound sample in Haskell?: I'm toying around with constructing a basic music ... bit.ly/1ksWeaF


Check elements in tree (Haskell): I have the following problem in Haskell: I definied a data type which repres... bit.ly/1fT7QRU


Haskell allow only positive input: I need to define a haskell function: func :: Int -> Int func 1 = 1 func 2 ... bit.ly/1ksuQcS


ghci compiler optimization: calling a function with same parameter twice: In the simple code below, part of th... bit.ly/1km27VM


haskell-mode-hook does only work on a single function: I'm trying to configure haskell-mode by adding function... bit.ly/1fB7Bjv


If else with list comprehension in haskell: I was writing a code which has a if else with list comprehension i... bit.ly/R32Sw3


Implementing zip in Haskell: This is the implementation from Learn You A Haskell zip' :: [a] -> [b] -> [(a,b)... bit.ly/1mg56So


High Order functions operator: Here is the source code: zipWith' :: (a -> b -> c) -> [a] -> [b] -> [c] zipW... bit.ly/1u7cepF


Saving a position with Lenses: I'm trying to use xml-conduit and xml-lens for parsing and traversing an XML do... bit.ly/1kqXHy8


Haskeline from separate thread: I am writing an OpenGL game and am about to start writing the code for a Quake... bit.ly/1iKPdV8


Loading...

Something went wrong.


Something went wrong.