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
Maybe: drop (typing rules for) singleton types (?), since they don't respect functionality. We could allow singletons that don't mention type parameters, but that complicates the judgment.
(Dot: Enable syntactic values in types #365) enable writing syntactic values in types, for examples such as F.F (\nu z. { A = Int }) (aka, F Int). This might depend on the previous step, but the changes to the semantics don't.
An updated version of my plan from August 2020:
sTEq_Eta
#345F.F (\nu z. { A = Int })
(aka,F Int
). This might depend on the previous step, but the changes to the semantics don't.The text was updated successfully, but these errors were encountered: