-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
62 lines (46 loc) · 2.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[1]PolyP - a [2]polytypic programming language
Patrik Jansson and Johan Jeuring
PolyP [3]version 1.5
This distribution contains
* the source files for a compiler written in Haskell that compiles
PolyP-code to Haskell.
* a [4]library of polytypic functions written in PolyP
* some [5]examples. (For more info see the [6]examples/README file
and the draft [7]reference manual.)
The compiler is written in [8]Haskell 98 (+ the ST-monad) and is known
to work with
* [9]Glasgow Haskell compiler 2.10, 4.02, 4.04.
* [10]Chalmers Haskell compiler hbc 0.9999.4, 0.9999.5a, 0.9999.5b
and
* [11]Hugs 98.
Download
Download the [12]source code, unpack with
gunzip polyp.tar.gz
tar xf polyp.tar
and follow the [13]installation instructions. Please send a mail to
[14][email protected] if you download it, or have comments or
bugs to report.
Polytypism
For information about polytypic programming in general read
[15]http://www.cs.chalmers.se/~patrikj/poly/.
_________________________________________________________________
Last modified: Mon Aug 9 18:22:41 MET DST 1999 by
[16]Patrik Jansson / [17][email protected]
References
1. http://www.cs.chalmers.se/~patrikj/poly/polyp.tar.gz
2. http://www.cs.chalmers.se/~patrikj/poly/
3. http://www.cs.chalmers.se/~patrikj/poly/polyp/VERSION
4. http://www.cs.chalmers.se/~patrikj/poly/polyp/polylib/
5. http://www.cs.chalmers.se/~patrikj/poly/polyp/examples/
6. http://www.cs.chalmers.se/~patrikj/poly/polyp/examples/README
7. http://www.cs.chalmers.se/~patrikj/poly/polyp/docs/reference.html
8. http://haskell.org/
9. http://research.microsoft.com/users/t-simonm/ghc/
10. http://www.cs.chalmers.se/~augustss/hbc/hbc.html
11. http://haskell.org/hugs/
12. http://www.cs.chalmers.se/~patrikj/poly/polyp.tar.gz
13. http://www.cs.chalmers.se/~patrikj/poly/polyp/INSTALL
14. mailto:[email protected]
15. http://www.cs.chalmers.se/~patrikj/poly/
16. http://www.cs.chalmers.se/~patrikj/
17. mailto:[email protected]