code: purgatorio

ref: 79c64a79a248c31733d4ec0ff9fe1a1e57a58f51
dir: /appl/ebook/strcache.m/

View raw version
Strcache: module {
	PATH: con "/dis/ebook/./strcache.dis";
	init:		fn(n: int);
	cache:	fn(s: string): string;
	flush:	fn(): string;
};