You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: - Error: Required library Basics matches several files in path (found
- /home/rocq/.opam/4.14.2+flambda/.opam-switch/build/coq-hott.dev/_build/default/theories/Basics.vo and
- /home/rocq/.opam/4.14.2+flambda/lib/coq/theories/Program/Basics.vo).
This must be related to the changes to Coq about not accepting ambiguous path names. We could probably work around it by changing Basics to HoTT.Basics everywhere, but that's annoying. Can we instead remove Program or maybe all of coq/theories from the search path somehow?