diff options
| author | Jason Gross | 2014-08-12 09:02:51 -0400 |
|---|---|---|
| committer | Pierre Boutillier | 2014-08-25 15:22:40 +0200 |
| commit | 82312ad28ea14203cbfae9a7f69d2b8ab23c6b9f (patch) | |
| tree | 4ad022401fdba8fdf94072c5dae77226d44de6f7 /test-suite | |
| parent | bc6e87572b33eb5d98cbb23522a71fd7d23931b7 (diff) | |
Grammar: "avoiding to" isn't proper, either
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/Arguments.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/Arguments.out b/test-suite/output/Arguments.out index dc421830fb..629a1ab632 100644 --- a/test-suite/output/Arguments.out +++ b/test-suite/output/Arguments.out @@ -2,7 +2,7 @@ Nat.sub : nat -> nat -> nat Nat.sub is not universe polymorphic Argument scopes are [nat_scope nat_scope] -The reduction tactics unfold Nat.sub avoiding to expose match constructs +The reduction tactics unfold Nat.sub but avoid exposing match constructs Nat.sub is transparent Expands to: Constant Coq.Init.Nat.sub Nat.sub : nat -> nat -> nat @@ -10,7 +10,7 @@ Nat.sub : nat -> nat -> nat Nat.sub is not universe polymorphic Argument scopes are [nat_scope nat_scope] The reduction tactics unfold Nat.sub when applied to 1 argument - avoiding to expose match constructs + but avoid exposing match constructs Nat.sub is transparent Expands to: Constant Coq.Init.Nat.sub Nat.sub : nat -> nat -> nat @@ -19,7 +19,7 @@ Nat.sub is not universe polymorphic Argument scopes are [nat_scope nat_scope] The reduction tactics unfold Nat.sub when the 1st argument evaluates to a constructor and - when applied to 1 argument avoiding to expose match constructs + when applied to 1 argument but avoid exposing match constructs Nat.sub is transparent Expands to: Constant Coq.Init.Nat.sub Nat.sub : nat -> nat -> nat |
