shithub: purgatorio

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