Skip to content
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

Cloning abstract theory of a local clone leads to an assertion failure #747

Open
strub opened this issue Mar 10, 2025 · 0 comments
Open
Assignees

Comments

@strub
Copy link
Member

strub commented Mar 10, 2025

See example:

require import AllCore PROM FinType.

type u.
clone FinType as FTu with type t <= u.

section.
local clone FullRO as FROu with type in_t <- u. 

clone FROu.FinEager as FEu with theory FinFrom <- FTu.

(* anomaly: File "src/ecSection.ml", line 926, characters 4-10: Assertion failed *)
end section.
@strub strub self-assigned this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant