[next][previous][up][top][index]
search for:

ConvertJoin -- convert several items from engine format

ConvertJoin(T1,...,Tm) -- a format item for converting data from the engine that specifies that format items T1,...,Tm be applied to the data received, and the sequence of results returned.

If there is just one format item T1, then its result is returned.

See convert.

Code:

     -- ../../../Macaulay2/m2/convert.m2:7
     ConvertJoin = x -> if class x === Sequence then prepend (identity, x) else (identity, x)

[next][previous][up][top][index]
search for: