% $Id: CombinatorsTest.oz,v 1.1 2007/10/29 18:58:50 leavens Exp leavens $ % Example showing how modules are linked \insert 'TestingNoStop.oz' local [Combinators] = {Module.link ['Combinators.ozf']} S = Combinators.s K = Combinators.k in % In this part we use the abbriviations defined above {StartTesting 'Combinators'} {Test {{Combinators.k 7} 6} '==' 7} local I = {{S K} K} in {Test {I 3} '==' 3} end end