Skip to content

Commit

Permalink
Trait tables are mapping (#109)
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
GabrielDosReis committed Sep 2, 2023
1 parent 54df45a commit 88e4192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ltx/traits.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
\end{figure}
%
where the \field{decl} field is an abstract reference designating the entity, and the \field{trait} designates the property associated with the entity.
The entries in a trait table are stored by increasing values of the \field{decl} field.
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
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}.

\section{Deprecation texts}
\label{sec:ifc-deprecated-trait}
Expand Down

0 comments on commit 88e4192

Please sign in to comment.