main is usually a function
char* main = "usually a programming blog";
Showing posts with label
types
.
Show all posts
Showing posts with label
types
.
Show all posts
Saturday, December 4, 2010
Type-level Fix and generic folds
›
This article describes a fixpoint combinator for Haskell types, with some justification of why such a thing would be useful. It's meant ...
81 comments:
Tuesday, September 21, 2010
Higher-rank type constraints
›
I recently encountered a Haskell function which apparently requires "higher-rank" type constraints. I worked around the issue with...
235 comments:
Home
View web version