We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd7c15 commit ef099e6Copy full SHA for ef099e6
searchdepend.mlg
@@ -51,7 +51,7 @@ let collect_long_names (c:Constr.t) (acc:Data.t) =
51
| Const cst -> add_constant (Univ.out_punivs cst) acc
52
| Ind i -> add_inductive (Univ.out_punivs i) acc
53
| Construct cnst -> add_constructor (Univ.out_punivs cnst) acc
54
- | Case({ci_ind=i},_,_,_) ->
+ | Case({ci_ind=i},_,_,_,_) ->
55
add_inductive i (Constr.fold add acc c)
56
| _ -> Constr.fold add acc c
57
in add acc c
0 commit comments