ref: 02ac617541ca1a7bf82b1615fb5a58235469b5d3
dir: /appl/ebook/cssparser.m/
CSSparser: module {
PATH: con "/dis/ebook/cssparser.dis";
Decl: adt {
name: string;
important: int;
val: string;
};
init: fn();
parse: fn(s: string): list of (string, list of Decl);
parsedecl: fn(s: string): list of Decl;
};