-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·73 lines (45 loc) · 2.04 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
63
64
65
66
67
68
69
70
71
72
73
FGL - A Functional Graph Library
Version 0.20
October 1997
This file gives some initial informations about the Functional Graph Libray.
The home page of FGL is
http://www.fernuni-hagen.de/inf/pi4/erwig/fgl
Look at that address to find the most recent informations about FGL.
AIMS AND SCOPE
--------------
The Functional Graph Library (FGL) is a collection of source files intended
to provide support for functional programs that make use of graphs.
Currently, FGL is available only for ML (but it is planned to port it to
Haskell and HUGS in future). More precisely, FGL runs currently on SML of
New Jersey, Version 109, although it should, in principle, run on any
implementation of the 1997 ML Standard. What makes it currently tied to
SML/NJ is mainly the use of some library modules and the use of the
compilation manager CM.
FGL contains interfaces and implementations of functional graphs. Currently,
only directed labeled and unlabeled graphs are supported. In addition to
a set of basic operations on graphs, a few standard graph algorithms
and applications are included.
DISTRIBUTION
------------
After unpacking the archive you should have the following files and
directories:
README this file
INSTALL installations instructions
COPYRIGHT copyright notice
src source files
doc documentation
More information about the contents of the src directory is contained
in the INSTALL notes.
DOCUMENTATION
-------------
The doc subdirectory contains three papers:
icfp97.ps -- introduction and motivation of functional graphs
ifl97.ps -- comparing persistent graph implementations
manual.ps -- the FGL manual
COMMENTS AND CONTRIBUTIONS WELCOME!
-----------------------------------
Please feel encouraged to send any comments and bug reports to:
I would be happy to include contributions from other people into
the library.
Martin Erwig