git: purgatorio

ref: 41e27b2d10c6a60c49931332e8677438736a1e36
dir: /module/grid/regpoll.m/

View raw version
RegPoll : module {
	PATH: con "/usr/danny/res/regpoll.dis";

	STOPPED, STARTED, ERROR: con iota;
	init : fn (regaddr: string): (chan of int, chan of int);
};