shithub: purgatorio

ref: db0eab9ca04b896e5760081efd854c57f65f36c3
dir: /module/sort.m/

View raw version
Sort: module {
	PATH: con "/dis/lib/sort.dis";
	sort: fn[S, T](s: S, a: array of T)
		for{
		S =>
			gt: fn(s: self S, x, y: T): int;
		};
};