class Identity{
op = (x)->x;

m(){ 
	op.apply(1); 
	}
}