OpenMath Signatures


Type System: sts
Content Dictionary: list2
CD Signature File: list2.sts


official
               
Date:  2002-05-26
Author: David Carlisle

            

list_selector

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMV name="PositiveInteger"/>
  <OMV name="List"/>
  <OMS name="Object" cd="sts"/>
 </OMA>
</OMOBJ>
( PositiveInteger List >> Object )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


first

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMV name="List"/>
  <OMS name="Object" cd="sts"/>
 </OMA>
</OMOBJ>
( List >> Object )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


rest

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMV name="List"/>
  <OMV name="List"/>
 </OMA>
</OMOBJ>
( List >> List )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


cons

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMS name="Object" cd="sts"/>
  <OMV name="List"/>
  <OMV name="List"/>
 </OMA>
</OMOBJ>
( Object List >> List )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


nil

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMV name="List"/>
</OMOBJ>
List

Content Dictionary Entry.


[First: ] [Last: ] [Top]


append

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMV name="List"/>
  <OMV name="List"/>
  <OMV name="List"/>
 </OMA>
</OMOBJ>
( List List >> List )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


reverse

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
  <OMS name="mapsto" cd="sts"/>
  <OMV name="List"/>
  <OMV name="List"/>
 </OMA>
</OMOBJ>
( List >> List )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


size

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
 <OMA>
   <OMS name="mapsto" cd="sts"/>
    <OMV name="List"/>
    <OMV name="CardinalNumber"/>
 </OMA>
</OMOBJ>
( List >> CardinalNumber )

Content Dictionary Entry.


[First: ] [Last: ] [Top]