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
let f : forall tho. {a : int, b: string | tho} = extern
As my plan is compilng records to tuples, polymorphic record values shouldn't be supported, in which I use type information to statically decide the field slot.
Of course, using dictionaries can make this valid, however it's not my favor.
The text was updated successfully, but these errors were encountered:
As my plan is compilng records to tuples, polymorphic record values shouldn't be supported, in which I use type information to statically decide the field slot.
Of course, using dictionaries can make this valid, however it's not my favor.
The text was updated successfully, but these errors were encountered: