notes on computers and other stuff
Showing posts with label
haskell
.
Show all posts
Showing posts with label
haskell
.
Show all posts
Sunday, June 2, 2013
Control.Category: now with kind polymorphism
›
Just a quick update. The other day, I pushed a patch to the Haskell base library that will enable kind polymorphism for the Category typ...
2 comments:
Sunday, February 10, 2013
Controlling inlining phases in GHC
›
Recently on StackOverflow there was a question about controlling inlining phases in GHC. I set out to answer that question, and I decided t...
1 comment:
Saturday, December 29, 2012
Phantom types for crypto keys
›
Phantom types and GADTs are well-known techniques in Haskell for helping build programs that enforce certain kinds of type refinement: they ...
Friday, July 22, 2011
Ur/Web at Hac φ
›
I'll be giving a short talk and presentation on Ur/Web at the next Haskell Hackathon, Hac φ . The talks are scheduled to be between 10-...
Tuesday, April 5, 2011
RC4 in Haskell
›
I've been meaning to try out Levent Erkok's sbv library, but for a while I couldn't think of anything to write. Now I have, and...
Monday, March 14, 2011
QuickLZ compression for haskell
›
I've finished off a binding to QuickLZ for Haskell, available here . It has a very simple interface and allows you to compress strict b...
›
Home
View web version