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
The problem is on line 4, which constructs a universe parameter referencing a non-existent name.
In my current understanding, it seems pretty clear that this is a bug in trepplein -- it ought to be rejecting this input, because it uses a malformed universe variable.
The text was updated successfully, but these errors were encountered:
Consider the following input (found by running AFL on a minimal testing harness):
leanchecker
rejects this with the output:but
trepplein
accepts it with the output:On zulip, @digama0 annotated the input like this
The problem is on line 4, which constructs a universe parameter referencing a non-existent name.
In my current understanding, it seems pretty clear that this is a bug in
trepplein
-- it ought to be rejecting this input, because it uses a malformed universe variable.The text was updated successfully, but these errors were encountered: