; @origtpdbfilename ./TRS/TRCSR/Ex7_BLR02_L.trs
; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex7_BLR02_L.xml"
(format TRS)
(fun |2nd| 1)
(fun cons 1)
(fun head 1)
(fun sel 2)
(fun s 1)
(fun from 1)
(fun take 2)
(fun |0| 0)
(fun nil 0)
(rule (|2nd| (cons X)) (head XS))
(rule (sel (s N) (cons X)) (sel N XS))
(rule (from X) (cons X))
(rule (head (cons X)) X)
(rule (take |0| XS) nil)
(rule (take (s N) (cons X)) (cons X))
(rule (sel |0| (cons X)) X)