close
Skip to content

Commit ab57daa

Browse files
Trait tables are mapping (#109)
Fixes #107
1 parent 3862d7a commit ab57daa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎ltx/traits.tex‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
\end{figure}
1818
%
1919
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}.
2122

2223
\section{Deprecation texts}
2324
\label{sec:ifc-deprecated-trait}

0 commit comments

Comments
 (0)