-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anomaly: unknown constant in Print Assumptions #3948
Comments
Comment author: @Lionel-Rieg Created attachment 539 In the attached file, the [Print Assumptions] command triggers the following anomaly:
|
Comment author: @ppedrot Here is a shorter example. Require Import MSets. Declare Module X : Orders.OrderedType. Module Type Interface. Module DepMap : Interface. Print Assumptions DepMap.constant. |
Comment author: @ppedrot This one is even self-contained. Module Type S. Module Bar(X : S). Module Make (X: S) := Bar(X). Declare Module X : S. Module Type Interface. Module DepMap : Interface. Print Assumptions DepMap.constant. |
Comment author: @maximedenes It was a tricky one :) Incorrect composition of module substitutions. |
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3948
From: @Lionel-Rieg
Reported version: trunk
CC: @ppedrot
The text was updated successfully, but these errors were encountered: