code: purgatorio

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