summaryrefslogtreecommitdiff
path: root/src/theory/uf/ho_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/ho_extension.h')
-rw-r--r--src/theory/uf/ho_extension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/uf/ho_extension.h b/src/theory/uf/ho_extension.h
index fa9c5c612..0e82dbda6 100644
--- a/src/theory/uf/ho_extension.h
+++ b/src/theory/uf/ho_extension.h
@@ -54,7 +54,7 @@ class HoExtension
public:
HoExtension(TheoryState& state, TheoryInferenceManager& im);
- /** expand definition
+ /** ppRewrite
*
* This returns the expanded form of node.
*
@@ -63,7 +63,7 @@ class HoExtension
* function variables for function heads that are not variables via the
* getApplyUfForHoApply method below.
*/
- Node expandDefinition(Node node);
+ Node ppRewrite(Node node);
/** check higher order
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback