Skip to content

Commit 2152508

Browse files
committed
fix ouput
1 parent 86cf186 commit 2152508

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

test-suite/output/ArgumentsScope.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ negb is not universe polymorphic
2828
Arguments negb b%_bool_scope
2929
negb is transparent
3030
Expands to: Constant Corelib.Init.Datatypes.negb
31-
Declared in library Corelib.Init.Datatypes, line 88, characters 11-15
31+
Declared in library Corelib.Init.Datatypes, line 84, characters 11-15
3232
a : bool -> bool
3333

3434
a is not universe polymorphic
@@ -43,7 +43,7 @@ negb is not universe polymorphic
4343
Arguments negb b
4444
negb is transparent
4545
Expands to: Constant Corelib.Init.Datatypes.negb
46-
Declared in library Corelib.Init.Datatypes, line 88, characters 11-15
46+
Declared in library Corelib.Init.Datatypes, line 84, characters 11-15
4747
negb' : bool -> bool
4848

4949
negb' is not universe polymorphic
@@ -68,7 +68,7 @@ negb is not universe polymorphic
6868
Arguments negb b
6969
negb is transparent
7070
Expands to: Constant Corelib.Init.Datatypes.negb
71-
Declared in library Corelib.Init.Datatypes, line 88, characters 11-15
71+
Declared in library Corelib.Init.Datatypes, line 84, characters 11-15
7272
negb' : bool -> bool
7373

7474
negb' is not universe polymorphic

test-suite/output/Arguments_renaming.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ eq_refl is template universe polymorphic
2323
Arguments eq_refl {B}%_type_scope {y}, [_] _
2424
(where some original arguments have been renamed)
2525
Expands to: Constructor Corelib.Init.Logic.eq_refl
26-
Declared in library Corelib.Init.Logic, line 382, characters 4-11
26+
Declared in library Corelib.Init.Logic, line 378, characters 4-11
2727
Inductive myEq (B : Type) (x : A) : A -> Prop := myrefl : B -> myEq B x x.
2828

2929
Arguments myEq B%_type_scope x _

test-suite/output/Inductive.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ option : Type -> Type
1717
option is template universe polymorphic
1818
Arguments option A%_type_scope
1919
Expands to: Inductive Corelib.Init.Datatypes.option
20-
Declared in library Corelib.Init.Datatypes, line 209, characters 10-16
20+
Declared in library Corelib.Init.Datatypes, line 202, characters 10-16
2121
option : Type@{option.u0} -> Type@{max(Set,option.u0)}
2222

2323
option is template universe polymorphic on option.u0 (cannot be instantiated to Prop)
2424
Arguments option A%_type_scope
2525
Expands to: Inductive Corelib.Init.Datatypes.option
26-
Declared in library Corelib.Init.Datatypes, line 209, characters 10-16
26+
Declared in library Corelib.Init.Datatypes, line 202, characters 10-16
2727
File "./output/Inductive.v", line 27, characters 4-13:
2828
The command has indeed failed with message:
2929
Parameters should be syntactically the same for each inductive type.

test-suite/output/PrintInfos.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ eq_refl : forall {A : Type} {x : A}, x = x
2121
eq_refl is template universe polymorphic
2222
Arguments eq_refl {A}%_type_scope {x}, [_] _
2323
Expands to: Constructor Corelib.Init.Logic.eq_refl
24-
Declared in library Corelib.Init.Logic, line 382, characters 4-11
24+
Declared in library Corelib.Init.Logic, line 378, characters 4-11
2525
eq_refl : forall {A : Type} {x : A}, x = x
2626

2727
When applied to no arguments:
@@ -63,7 +63,7 @@ comparison : Set
6363

6464
comparison is not universe polymorphic
6565
Expands to: Inductive Corelib.Init.Datatypes.comparison
66-
Declared in library Corelib.Init.Datatypes, line 367, characters 10-20
66+
Declared in library Corelib.Init.Datatypes, line 360, characters 10-20
6767
Inductive comparison : Set :=
6868
Eq : comparison | Lt : comparison | Gt : comparison.
6969
bar : foo
@@ -84,15 +84,15 @@ Arguments bar {x}
8484
Module Corelib.Init.Peano
8585
Notation sym_eq := eq_sym
8686
Expands to: Notation Corelib.Init.Logic.sym_eq
87-
Declared in library Corelib.Init.Logic, line 760, characters 0-45
87+
Declared in library Corelib.Init.Logic, line 797, characters 0-45
8888

8989
eq_sym : forall [A : Type] [x y : A], x = y -> y = x
9090

9191
eq_sym is not universe polymorphic
9292
Arguments eq_sym [A]%_type_scope [x y] _
9393
eq_sym is transparent
9494
Expands to: Constant Corelib.Init.Logic.eq_sym
95-
Declared in library Corelib.Init.Logic, line 422, characters 12-18
95+
Declared in library Corelib.Init.Logic, line 440, characters 12-18
9696
Inductive eq (A : Type) (x : A) : A -> Prop := eq_refl : x = x.
9797

9898
Arguments eq {A}%_type_scope x _
@@ -115,14 +115,14 @@ Alias.eq is template universe polymorphic
115115
Arguments Alias.eq {A}%_type_scope x _
116116
Expands to: Inductive PrintInfos.Alias.eq (syntactically equal to
117117
Corelib.Init.Logic.eq)
118-
Declared in library Corelib.Init.Logic, line 381, characters 10-12
118+
Declared in library Corelib.Init.Logic, line 377, characters 10-12
119119
Alias.eq_refl : forall {A : Type} {x : A}, x = x
120120

121121
Alias.eq_refl is template universe polymorphic
122122
Arguments Alias.eq_refl {A}%_type_scope {x}, [_] _
123123
Expands to: Constructor PrintInfos.Alias.eq_refl (syntactically equal to
124124
Corelib.Init.Logic.eq_refl)
125-
Declared in library Corelib.Init.Logic, line 382, characters 4-11
125+
Declared in library Corelib.Init.Logic, line 378, characters 4-11
126126
Alias.eq_ind :
127127
forall [A : Type] (x : A) (P : A -> Prop), P x -> forall y : A, x = y -> P y
128128

@@ -132,7 +132,7 @@ Arguments Alias.eq_ind [A]%_type_scope x P%_function_scope eq_refl y e
132132
Alias.eq_ind is transparent
133133
Expands to: Constant PrintInfos.Alias.eq_ind (syntactically equal to
134134
Corelib.Init.Logic.eq_ind)
135-
Declared in library Corelib.Init.Logic, line 381, characters 0-115
135+
Declared in library Corelib.Init.Logic, line 377, characters 0-115
136136
fst : forall A B : Type, prod A B -> A
137137

138138
fst is not universe polymorphic

test-suite/output/bug_15020.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Arguments eq_rect {A}%_type_scope {x} P%_function_scope eq_refl {y} e
77
(where some original arguments have been renamed)
88
eq_rect is transparent
99
Expands to: Constant Corelib.Init.Logic.eq_rect
10-
Declared in library Corelib.Init.Logic, line 381, characters 0-115
10+
Declared in library Corelib.Init.Logic, line 377, characters 0-115

test-suite/output/bug_20754.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ prod : Type -> Type -> Type
55
prod is template universe polymorphic
66
Arguments prod (A B)%_type_scope
77
Expands to: Inductive Corelib.Init.Datatypes.prod
8-
Declared in library Corelib.Init.Datatypes, line 255, characters 10-14
8+
Declared in library Corelib.Init.Datatypes, line 248, characters 10-14

test-suite/output/bug_6613.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Ltac bar := foo constr:(5)
1+
Ltac bar := foo ltac:(constr:(5))

0 commit comments

Comments
 (0)