Martijn

1,169
Reputation
138 views

Registered User

Name Martijn
Member for 1 year
Seen 4 hours ago
Website
Location Netherlands
Age
Software Technologist
4h
answered “cannot do signed 4 byte relocation” on compile
18h
comment Lifting class instance in Haskell
Because a newtype cannot add any constructors or fields—it just rewraps an existing type. This ensures that the extension can work with any class, instead of only the classes you can usually derive for any datatype.
18h
answered XML alternative of Text.JSON.Generic for Haskell
Nov
13
awarded  Necromancer
Nov
9
answered Map function for custom n-ary tree
Nov
5
answered Inheritence to extend a data structure in Haskell
Nov
5
answered Anyone ever flip (<$>)
Oct
28
answered Can liftM differ from liftA?
Oct
21
comment Haddock for Cabal-installed modules?
Hackage should be back up now. :-) Yes, it was down for a while. People were asking about it in the Haskell café as well.
Oct
19
accepted Haddock for Cabal-installed modules?
Oct
19
answered Haddock for Cabal-installed modules?
Oct
15
comment Evaluating parsed expression in Haskell
This question is almost exactly the same, with the same datatypes, too. Perhaps reading the answers there is useful, too. stackoverflow.com/questions/1534557/…
Oct
8
comment Hidden features of Haskell
This gives a compiler error: Occurs check: cannot construct the infinite type: t = Maybe t
Oct
8
accepted Haskell recursive problem, tiny parser. Check variables
Oct
8
answered Hidden features of Haskell
Oct
8
answered Return specific type within Haskell
Oct
8
answered Haskell recursive problem, tiny parser. Check variables
Oct
6
answered Concatenating a list of numbers into one integer in haskell
Oct
2
answered Haskell compilation problem
Sep
19
awarded  Yearling
Sep
9
answered Haskell Sample Projects
Sep
9
comment Haskell Sample Projects
I felt sort of insulted but I also laughed out loud at your "oogiboogi teta panta sigma functor higher order amusements", so I'm having mixed feelings. :-)
Aug
27
answered Summation notation in Haskell
Aug
13
answered producer and consumer problem in haskell?
Aug
6
answered Finding the leaves of an inductively-defined tree
Aug
1
answered Common programming mistakes for Haskell developers to avoid?
Jul
28
awarded  Peer Pressure
Jul
20
awarded  Nice Answer
Jul
14
accepted Sparse arrays in Haskell?
Jul
3
answered Haskell Typeclass shorthand
Jun
26
answered When should I use $ (and can it always be replaced with parentheses)?
Jun
26
comment When should I use $ (and can it always be replaced with parentheses)?
($ x) is easily replaced by (\f -> f x)
Jun
19
answered How to store datetime in database if time portion is optional?
Jun
17
comment Theory, examples of reversible parsers?
Another buzz word is "pretty printing" and "pretty printing combinators".
Jun
17
comment Theory, examples of reversible parsers?
While Peter makes a valid point, refactoring programs discarding layout (whitespace) is annoying and discarding comments is just plain unacceptable for users.
Jun
17
comment What’s wrong with this htaccess redirect?
What does it do instead?
Jun
16
answered Contrasting C# generics with Haskell parameterized types
Jun
15
answered Is there a Haskell compiler or preprocessor that uses strict evaluation?
Jun
9
comment Haskell: Show screwed up?
Can you give us a specific use case of this? It would make understanding your intention easier.
Jun
8
answered Is there a way to see what the values of the arguments that are sent into a method in Java?
Jun
5
answered Hidden features of HTTP
Jun
5
answered Hidden features of Haskell
Jun
5
comment Hidden features of Haskell
Your first example actually demonstrates an even more hidden feature of Haskell: you can use full patterns when defining values/functions!
Jun
5
comment Hidden features of Haskell
That should be (>>=) = flip concatMap.
Jun
5
answered Exemplary Haskell Game Code
Jun
4
answered Sparse arrays in Haskell?