summaryrefslogtreecommitdiff
path: root/contrib/theoryskel
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-06-08 19:17:03 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-06-08 19:17:03 -0400
commit28d6311e02f4953558ba42e6d43eb48f1fe7b2ba (patch)
tree42c51eb8a6cef60b6a61a9fc44cd4ec94824bed7 /contrib/theoryskel
parent5ab1e41905c94275896dce77da592d3de329e712 (diff)
Fix typos in alttheoryskel
Diffstat (limited to 'contrib/theoryskel')
-rw-r--r--contrib/theoryskel/README.WHATS-NEXT4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/theoryskel/README.WHATS-NEXT b/contrib/theoryskel/README.WHATS-NEXT
index ede8054ed..b25b6004b 100644
--- a/contrib/theoryskel/README.WHATS-NEXT
+++ b/contrib/theoryskel/README.WHATS-NEXT
@@ -3,9 +3,9 @@ Congratulations, you now have a new theory of $dir !
Your next steps will likely be:
* to specify theory constants, types, and operators in your \`kinds' file
-* to add typing rules to theory_${dir}_type_rules.h for your operators
+* to add typing rules to theory_$dir_type_rules.h for your operators
and constants
-* to write code in theory_${dir}_rewriter.h to implement a normal form
+* to write code in theory_$dir_rewriter.h to implement a normal form
for your theory's terms
* to write parser rules in src/parser/cvc/Cvc.g to support the CVC input
language, src/parser/smt/Smt.g to support the (deprecated) SMT-LIBv1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback