init commit again
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
general {
|
||||
funcon-term:
|
||||
and(
|
||||
is-in-type("x", identifiers),
|
||||
is-in-type(identifier-tagged("x",false), identifiers),
|
||||
is-in-type(identifier-tagged(identifier-tagged("x",true),false), identifiers),
|
||||
is-in-type(identifier-tagged("x",identifier-tagged("x",true)), identifiers)
|
||||
)
|
||||
;
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term: true;
|
||||
}
|
||||
Reference in New Issue
Block a user