예제 #1
0
 public Output Reify(Cell <Maybe <Size> > size, Stream <MouseEvent> sMouse, Stream <KeyEvent> sKey, Cell <long> focus, Supply idSupply)
 {
     return(this.reify(size, sMouse, sKey, focus, idSupply));
 }