canonical-binary-tries icon indicating copy to clipboard operation
canonical-binary-tries copied to clipboard

Make work with recent versions of Coq

Open robbertkrebbers opened this issue 1 year ago • 1 comments

I tried to compile and run the development with Coq 8.17 and get some errors and warnings.

The errors are about Global being missing, I will open a pull request for that.

The warnings are as follows:

Ignored instance declaration for “sym”: “forall (A : Type)
                                           (cmp : A -> A -> comparison),
                                         SymTrans cmp -> Sym cmp” is not a class

Ignored instance declaration for “tra”: “forall (A : Type)
                                           (cmp : A -> A -> comparison),
                                         SymTrans cmp -> Trans cmp” is not a class

"auto with *" was used through the default "intuition_solver" tactic.

robbertkrebbers avatar Sep 04 '23 10:09 robbertkrebbers