Hello everyone!
quick question: what should I import to import eqtype from ssreflect ?
here https://github.com/ilyasergey/pnp/blob/master/solutions/Rewriting_solutions.v
author imports from mathcomp
I do next according ssreflect manual:
From Coq Require Import ssreflect ssrfun ssrbool
so, question, can I import eqtype from somewhere from Coq or should I use mathcomp ?
You do need mathcomp
thank you, I will install it then
Last updated: Oct 03 2023 at 04:02 UTC