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
From Coq RequireImport ZArith ssrfun ssreflect.
From HB RequireImport structures.
From HB RequireImport demo1.hierarchy_5.
Fail HB.howto AddMonoid_of_TYPE. (* mixin *)Fail HB.howto Ring_of_TYPE. (* factory *)Fail HB.howto Ring. (* class *)
fails with error
The command has indeed failed with message:
Not Yet Implemented: complex call to Locate: Ring
it is indeed not yet implemented... but not because of locate.
We should either give it a meaning (signature of the mixin / factory and saying using a class can be used only with .on or .copy ?) or fail with an error message pointing towards the structure of interest (here Ring.type when asking about Ring).