|
|
|
|
File: [venge] / src / mkc / mk.ml
(download)
Revision: 1.3, Mon Apr 29 05:37:16 2002 UTC (8 years, 4 months ago) by graydon Branch: MAIN CVS Tags: HEAD Changes since 1.2: +1 -1 lines too tired to compose useful message |
(* semantic datatype of a simple makefile *) type file = string type actions = string list type rule = Rule of (file * rule list * actions)
| graydon hoare |
Powered by ViewCVS 0.9.2 |