You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of a discussion on coq-club@, Xavier Leroy suggested I report that incl_dec and NoDup_dec from theories/Lists/ListDec.v should be Defined and not Qed so that they become transparent and can be used. This would be compatible with In_decfrom theories/Lists/List.v that is also Defined.
Coq Version
Current Github master branch
The text was updated successfully, but these errors were encountered:
Description of the problem
As part of a discussion on coq-club@, Xavier Leroy suggested I report that
incl_dec
andNoDup_dec
fromtheories/Lists/ListDec.v
should be Defined and not Qed so that they become transparent and can be used. This would be compatible withIn_dec
fromtheories/Lists/List.v
that is also Defined.Coq Version
Current Github master branch
The text was updated successfully, but these errors were encountered: