Skip to content

Commit

Permalink
test xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihisayamada committed Jun 2, 2020
1 parent 93e3794 commit 4f68943
Showing 1 changed file with 159 additions and 0 deletions.
159 changes: 159 additions & 0 deletions test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://raw.githubusercontent.com/TermCOMP/XTC/v0.4/xtcHTML.xsl"?>
<problem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/TermCOMP/XTC/v0.4/xtc.xsd" type="termination">
<trs>
<rules>
<rule>
<lhs>
<funapp>
<name>minus</name>
<arg>
<var>x</var>
</arg>
<arg>
<funapp>
<name>0</name>
</funapp>
</arg>
</funapp>
</lhs>
<rhs>
<var>x</var>
</rhs>
</rule>
<rule>
<lhs>
<funapp>
<name>minus</name>
<arg>
<funapp>
<name>s</name>
<arg>
<var>x</var>
</arg>
</funapp>
</arg>
<arg>
<funapp>
<name>s</name>
<arg>
<var>y</var>
</arg>
</funapp>
</arg>
</funapp>
</lhs>
<rhs>
<funapp>
<name>minus</name>
<arg>
<var>x</var>
</arg>
<arg>
<var>y</var>
</arg>
</funapp>
</rhs>
</rule>
<rule>
<lhs>
<funapp>
<name>quot</name>
<arg>
<funapp>
<name>0</name>
</funapp>
</arg>
<arg>
<funapp>
<name>s</name>
<arg>
<var>y</var>
</arg>
</funapp>
</arg>
</funapp>
</lhs>
<rhs>
<funapp>
<name>0</name>
</funapp>
</rhs>
</rule>
<rule>
<lhs>
<funapp>
<name>quot</name>
<arg>
<funapp>
<name>s</name>
<arg>
<var>x</var>
</arg>
</funapp>
</arg>
<arg>
<funapp>
<name>s</name>
<arg>
<var>y</var>
</arg>
</funapp>
</arg>
</funapp>
</lhs>
<rhs>
<funapp>
<name>s</name>
<arg>
<funapp>
<name>quot</name>
<arg>
<funapp>
<name>minus</name>
<arg>
<var>x</var>
</arg>
<arg>
<var>y</var>
</arg>
</funapp>
</arg>
<arg>
<funapp>
<name>s</name>
<arg>
<var>y</var>
</arg>
</funapp>
</arg>
</funapp>
</arg>
</funapp>
</rhs>
</rule>
</rules>
<signature>
<funcsym>
<name>minus</name>
<arity>2</arity>
</funcsym>
<funcsym>
<name>0</name>
<arity>0</arity>
</funcsym>
<funcsym>
<name>s</name>
<arity>1</arity>
</funcsym>
<funcsym>
<name>quot</name>
<arity>2</arity>
</funcsym>
</signature>
</trs>
<strategy>FULL</strategy>
<metainformation>
<originalfilename>./TRS/AG01/#3.1.trs</originalfilename>
</metainformation>
</problem>

0 comments on commit 4f68943

Please sign in to comment.