ref: 6c2f8fd5e4f0e0be44495a5526930fa3760cd87e
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;
};