-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I propose that
- a variant of
matchwould take anAxiomOrClaimNamefor the pattern that is used as LHS; - match would work on arbitrary patterns (in the spirit of
syntacticMatch). That should not break correctness (since, e.g.,phi(1)/\psi(2) --> \exists x. psi(x) /\ phi(1)), but the strategy would be more general. Moreover, it would allow us to remove thefailcases where a checksisPredicatePatternandisSpatialPatternare used, since a spatial pattern together with predicate pattern would not match. (I belive that removal of one case ofisSpatialPatternis a good thing, since it is SL-specific.)
Also, filterPredicates is defined but never used, so we may remove it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels