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
It would be nicer if we had syntax (and accompanying pretty printers!) for typevectors and Fin2s.
For example, we could use !![...] list notation, and &0, &1, etc.
Then, the above type could be pretty printed as:
Types like the following will occasionally show up in type errors, but are not particularly readable:
It would be nicer if we had syntax (and accompanying pretty printers!) for typevectors and Fin2s.
For example, we could use
!![...]
list notation, and&0
,&1
, etc.Then, the above type could be pretty printed as:
Making it much more obvious that the
TypeVec
is being indexed by the lastFin2
.The text was updated successfully, but these errors were encountered: