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
From QuickChick RequireImport Sets.
From Sniper RequireImport Sniper.
i.e. to this file in QuickChick: https://github.com/QuickChick/QuickChick/blob/master/src/Sets.v, but it's harder to try and pinpoint the issue because Sets.v uses Mathcomp and there there is a notation clash between Mathcomp's ssrnotations module (imported implicitly) and Sniper, I'll report this as a separate issue.
Tested with Coq 8.13.2, Sniper dev (commit d6a451a), QuickChick dev (commit 80f4c88e).
The text was updated successfully, but these errors were encountered:
The following snippet
produces an error:
This can be narrowed down further to
i.e. to this file in QuickChick: https://github.com/QuickChick/QuickChick/blob/master/src/Sets.v, but it's harder to try and pinpoint the issue because
Sets.v
uses Mathcomp and there there is a notation clash between Mathcomp'sssrnotations
module (imported implicitly) and Sniper, I'll report this as a separate issue.Tested with Coq 8.13.2, Sniper dev (commit d6a451a), QuickChick dev (commit 80f4c88e).
The text was updated successfully, but these errors were encountered: