Function
system
merge-ef-specs ef-spec1 ef-spec2 => ef-spec
The first external format spec to use.
The second external format spec to use.
The resultant external format spec created from information in ef-spec1 and ef-spec2.
:default, return ef-spec2. :default and ef-spec2 is a symbol, return(ef-spec2 . (cdref-spec1)) :default and ef-spec2 is a list, return((caref-spec2) .parameters) where parameters is a destructuring lambda list containing the parameter descriptions of ef-spec1 and any additional parameter descriptions from ef-spec2. :default, or a list beginning with a symbol other than:default, and ef-spec2 is a symbol, return ef-spec1. :default, and ef-spec2 is a list, return(ef-spec1 . (cdref-spec2)). :default, and ef-spec2 is a list, return((caref-spec1) .parameters) where parameters is a destructuring lambda list containing the parameter descriptions of ef-spec1 and any additional parameter descriptions from ef-spec2.