Robert, Strictness annotations were proposed for Haskell in the paper "Implementing Haskell Overloading" by Lennart Augustsson.
http://citeseer.nj.nec.com/augustsson93implementing.html It only has a small section on strictness annotations but this is as close as I can get to your request. /Josef On Tue, 25 Jun 2002, Robert Ennals wrote: > > I know this is slightly off topic but... > > > Does anyone know if there are any papers published anywhere on strictness > annotations? > > > It seems that it would be nice to be able to cite a paper on the > concept, but, as far as I can tell, no such paper exists. > > > -Rob > > _______________________________________________ > Haskell mailing list > [EMAIL PROTECTED] > http://www.haskell.org/mailman/listinfo/haskell > _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
