source: git/dyn_modules/openmath/scopebsp @ 3c473c

spielwiese
Last change on this file since 3c473c was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 547 bytes
Line 
1<OMA>
2        <OMS name="tuple" cd="test"></OMS>
3        <OMA>
4                <OMBIND id="lala">
5                        <OMS name="lambda" cd="fns1" cdbase="http://www.openmath.org/cd"></OMS>
6                        <OMA>
7                                <OMS name="plus" cdbase="http://www.openmath.org/cd" cd="arith1"></OMS>
8                                <OMV name="x"></OMV>
9                                <OMI>1</OMI>
10                        </OMA>
11                </OMBIND>
12        </OMA>
13        <OMA>
14                <OMBIND>
15                        <OMS name="lambda" cd="fns1" cdbase="http://www.openmath.org/cd"></OMS>
16                        <OMV name="x"/>
17                        <OMA>
18                                <OMR xref="lala"/>
19                        </OMA>
20                </OMBIND>
21                <OMI>1</OMI>
22        </OMA>
23        <OMI>3</OMI>
24        <OMA>
25                <OMR xref="lala"/>
26        </OMA>
27</OMA>
Note: See TracBrowser for help on using the repository browser.