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
a: theory
begin
t : type
t2 : type
interface : [ t -> setof[t2]]
end a
b: theory
begin
t2 : type = { v1, v2 }
importing a{{ t2 := t2,
interface := lambda (R : t) : lambda (i : t2) : true }}
end b
is supposed to type-check, unless I'm mistaken, even though t is not instantiated.
The text was updated successfully, but these errors were encountered:
Just to record it on github:
is supposed to type-check, unless I'm mistaken, even though t is not instantiated.
The text was updated successfully, but these errors were encountered: