1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */ 2: /* $Header: b2typ.h,v 1.1 84/06/28 00:48:53 timo Exp $ */ 3: 4: /* Type matching */ 5: 6: typedef value btype; 7: btype valtype(); 8: btype loctype(); 9: /* Procedure must_agree(); */