This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved matcher for rewriteSharedTerm now handles some patterns with…
… lambdas. This is a small step toward GaloisInc/saw-script#115. Note that this matcher cannot handle higher order patterns like foo (\x -> ?f x + ?g x) This matcher can only handle simple patterns like foo (\x -> x + ?y) where the unification variables are not applied to bound variables.
- Loading branch information
Brian Huffman
committed
Mar 16, 2016
1 parent
ad6ed7a
commit 94e51a8
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters