You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at SRS/Zantema/z001 (of course) and was surprised about the first line. Shouldnt there be some separator between the two file names?
; @origtpdbfilename ./SRS/Zantema/z001.srs./TRS/various/20.trs
; @xtcfilename "./SRS_Standard/Zantema_04/z001.xml"
(format TRS)
(fun a 1)
(fun b 1)
(rule (a (a (b (b x1)))) (b (b (b (a (a (a x1)))))))
Also, why does the second line have double qoutes
The text was updated successfully, but these errors were encountered:
I was looking at SRS/Zantema/z001 (of course) and was surprised about the first line. Shouldnt there be some separator between the two file names?
Also, why does the second line have double qoutes
The text was updated successfully, but these errors were encountered: