PreviousUpNext

15.4.133  src/app/tut/oop-crib-temp/oop-crib-temp.pkg

## oop-crib-temp.pkg

package test: api { f: X -> Void; } {

    fun f (x: X) = ();
    fun g () = f 0;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext