; @origtpdbfilename ./TRS/TRCSR/Ex1_GL02a_L.trs
; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex1_GL02a_L.xml"
(format TRS)
(fun eq 0)
(fun true 0)
(fun false 0)
(fun inf 1)
(fun cons 0)
(fun take 2)
(fun |0| 0)
(fun nil 0)
(fun s 0)
(fun length 1)
(rule eq true)
(rule eq eq)
(rule eq false)
(rule (inf X) cons)
(rule (take |0| X) nil)
(rule (take s cons) cons)
(rule (length nil) |0|)
(rule (length cons) s)