In Coq 8.14 (rc1), I am getting this: ``` File "./finmap/finmap.v", line 752, characters 0-186: Error: Library Coq.Program.Tactics has to be required first. ``` Indeed adding `Require Coq.Program.Tactics.` at the beginning of `finmap.v` solves the problem.