code: purgatorio

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