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
Copy file name to clipboardExpand all lines: ltx/traits.tex
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@
17
17
\end{figure}
18
18
%
19
19
where the \field{decl} field is an abstract reference designating the entity, and the \field{trait} designates the property associated with the entity.
20
-
The entries in a trait table are stored by increasing values of the \field{decl} field.
20
+
The entries in a trait table are stored by increasing values of the \field{decl} field. There is at most one entry for a given \field{decl} per trait
21
+
table. Note however that some \field{trait} may be tuples of sort \type{T} when there are conceptually multiple traits associated with a \field{decl}.
0 commit comments