File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1120,7 +1120,7 @@ var hljs=function(){"use strict";function e(n){Object.freeze(n)
11201120 '#check #check_failure #eval #reduce #print ' +
11211121 '#guard #guard_msgs #synth ' +
11221122 'section namespace end infix infixl infixr postfix prefix notation abbrev ' +
1123- 'declare_syntax_cat ' ,
1123+ 'declare_syntax_cat grind_pattern ' ,
11241124 built_in :
11251125 'Type Prop|10 Sort rw|10 rewrite rwa erw subst substs ' +
11261126 'simp dsimp simpa simp_intros finish using generalizing ' +
@@ -1137,7 +1137,8 @@ var hljs=function(){"use strict";function e(n){Object.freeze(n)
11371137 'fail_if_success success_if_fail guard_target guard_hyp ' +
11381138 'have replace at suffices show from ' +
11391139 'congr congr_n congr_arg norm_num ring omega ' +
1140- 'exists ext fail native_decide decide change obtain ' ,
1140+ 'exists ext fail native_decide decide change obtain ' +
1141+ 'fun_induction fun_cases grind ' ,
11411142 literal :
11421143 'true false' ,
11431144 meta :
You can’t perform that action at this time.
0 commit comments