Add caveat in primitive-type about evaluated arguments

This commit is contained in:
Joshua Suskalo 2021-10-13 13:51:13 -05:00
parent b1133811a0
commit 7975adbd94

View file

@ -224,6 +224,9 @@
but which need additional logic to be performed during serialization and
deserialization.
Implementations of this method should take into account that type arguments
may not always be evaluated before passing to this function.
Returns nil for any type which does not have a primitive representation."
type-dispatch)