Fix typos in alttheoryskel
authorMorgan Deters <mdeters@cs.nyu.edu>
Sat, 8 Jun 2013 23:17:03 +0000 (19:17 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Sat, 8 Jun 2013 23:17:03 +0000 (19:17 -0400)
contrib/theoryskel/README.WHATS-NEXT

index ede8054ed093c585429562a31273250eda4bdb0f..b25b6004b7362ff020077ef8a8d78cbe739bd34c 100644 (file)
@@ -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