[ANN] "functional" number sequence device
From: Georg Bauhaus (sb463ba_at_l1-hrz.uni-duisburg.de)
Date: 09/22/04
- Next message: Jacob Sparre Andersen: "Re: ICFP2004 results are in"
- Previous message: Simon Wright: "Re: elaboration circularity detected problem, How to fix?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 21:15:54 +0000 (UTC)
Hello,
a small programming device that has helped me make "infinite"
sequences based on numbers in Ada is online at
http://home.arcor.de/bauhaus/Ada/fada.txt
It is modelled, in ML terms, after
datatype chain = Link of (int * (int -> chain)).
Enjoy,
-- Georg
- Next message: Jacob Sparre Andersen: "Re: ICFP2004 results are in"
- Previous message: Simon Wright: "Re: elaboration circularity detected problem, How to fix?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|