SORT;
defined in: types.key Line: 2 Offset :2\generic alph;
defined in: types.key Line: 3 Offset :2\generic bet;
defined in: types.key Line: 4 Offset :2\generic alphSub \extends alph ;
defined in: types.key Line: 5 Offset :2ssubsortDirect {
\find ( ssubsort ( alphSub :: ssort , alph :: ssort ))
\replacewith ( true )
\heuristics (simplify )
};
defined in: types.key Line: 18 Offset :2ssubsortTop {
\schemaVar \term SORT s ;
\find ( ssubsort ( s , anySORT ))
\replacewith ( true )
\heuristics (simplify )
};
defined in: types.key Line: 24 Offset :2subsortTrans {
\schemaVar \term SORT s1 , s2 , s3 ;
\assumes ( ssubsort ( s1 , s2 ), ssubsort ( s2 , s3 )==> )
\add ( ssubsort ( s1 , s3 )==> )
\heuristics (simplify_enlarging )
};
defined in: types.key Line: 31 Offset :2