File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
booster/library/Booster/Pattern Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ match1 _ t1@FunctionApplication{} t2@KSet{}
294
294
match1 Eval (FunctionApplication symbol1 sorts1 args1) (ConsApplication symbol2 sorts2 args2) = matchSymbolAplications Eval symbol1 sorts1 args1 symbol2 sorts2 args2
295
295
match1 _ t1@ FunctionApplication {} t2@ ConsApplication {} = addIndeterminate t1 t2
296
296
match1 Eval (FunctionApplication symbol1 sorts1 args1) (FunctionApplication symbol2 sorts2 args2) = matchSymbolAplications Eval symbol1 sorts1 args1 symbol2 sorts2 args2
297
+ match1 Rewrite (FunctionApplication symbol1 sorts1 args1) (FunctionApplication symbol2 sorts2 args2) = matchSymbolAplications Rewrite symbol1 sorts1 args1 symbol2 sorts2 args2
297
298
match1 _ t1@ FunctionApplication {} t2@ FunctionApplication {} = addIndeterminate t1 t2
298
299
match1 Rewrite t1@ FunctionApplication {} (Var t2) = failWith $ SubjectVariableMatch t1 t2
299
300
match1 _ t1@ FunctionApplication {} t2@ Var {} = addIndeterminate t1 t2
You can’t perform that action at this time.
0 commit comments