Fails QuickChick unit test on Coq dev: QuickChick/QuickChick@235f6f2/test/plugin/plugin.v#L51
File "./plugin.v", line 51, characters 0-22:
Error: Conversion test raised an anomaly:
Anomaly "in Univ.repr: Universe plugin.51 undefined."
@JasonGross any idea regarding the new (Universe?) issue with QuickChick?
The failing example blocks this PR from being merged, otherwise IIUC would break Coq CI.
Originally posted by @liyishuai in rocq-community/coq-ext-lib#136 (comment)
Can we get coqbot to minimize it for us? Something like
@coqbot minimize coq.dev
git clone [email protected]:JasonGross/coq-ext-lib.git --branch=cumul
cd coq-ext-lib
opam pin add -y .
opam install -y coq-quickchick
Originally posted by @JasonGross in rocq-community/coq-ext-lib#136 (comment)