mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
There were two differences between the current output and the old gold file:
1. The trees are no longer generated with increasing depth
2. The meaning of the -depth flag has changed: for example,
"gt -cat=Nat -depth=1" used to generate only "zero",
now you also get "succ zero".
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
-- here we test that the abstract operations are not used for proof search
|
|
|
|
i testsuite/compiler/check/abstract-operations/Nat.gf
|
|
gt -cat=Nat -number=11 -depth=10
|
|
pt -compute (twice (succ zero))
|