Skip to content

Commit

Permalink
fix: Hint View is not a Query
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Tassi committed Dec 3, 2015
1 parent 2d032b5 commit de9aafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/plugin/trunk/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@ let glob_view_hints lvh =

let add_view_hints lvh i = Lib.add_anonymous_leaf (in_viewhint (i, lvh))

VERNAC COMMAND EXTEND HintView CLASSIFIED AS QUERY
VERNAC COMMAND EXTEND HintView CLASSIFIED AS SIDEFF
| [ "Hint" "View" ssrviewposspc(n) ne_ssrhintref_list(lvh) ] ->
[ mapviewpos (add_view_hints (glob_view_hints lvh)) n 2 ]
END
Expand Down
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ let glob_view_hints lvh =

let add_view_hints lvh i = Lib.add_anonymous_leaf (in_viewhint (i, lvh))

VERNAC COMMAND EXTEND HintView CLASSIFIED AS QUERY
VERNAC COMMAND EXTEND HintView CLASSIFIED AS SIDEFF
| [ "Hint" "View" ssrviewposspc(n) ne_ssrhintref_list(lvh) ] ->
[ mapviewpos (add_view_hints (glob_view_hints lvh)) n 2 ]
END
Expand Down

0 comments on commit de9aafb

Please sign in to comment.