Correct usage instructions: replace `Require` with `Require Import`
The fact that Require
seems to work is a misfeature
(https://github.com/coq/coq/issues/12206). Worse, unlike you'd expect from
Require
, indirect Require
doesn't work.
The fact that Require
seems to work is a misfeature
(https://github.com/coq/coq/issues/12206). Worse, unlike you'd expect from
Require
, indirect Require
doesn't work.