- Added Ticket basic term type. Note that this only has consequences for
the Arachne type checking. The net result is that a variable of type 'Ticket' can always contain any term, even with -m0 or -m1 matching.
This commit is contained in:
11
src/type.h
Normal file
11
src/type.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TYPE
|
||||
#define TYPE
|
||||
|
||||
#include "term.h"
|
||||
#include "system.h"
|
||||
|
||||
int checkTypeTerm (const int mgumode, const Term t);
|
||||
int checkTypeTermlist (const int mgumode, Termlist tl);
|
||||
int checkTypeLocals (const System sys);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user