1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ 2: 3: /* 4: $Header: b3typ.h,v 1.4 85/08/22 16:48:03 timo Exp $ 5: */ 6: 7: /* Type matching */ 8: 9: typedef value btype; 10: btype valtype(); 11: btype loctype(); 12: /* Procedure must_agree(); */