diff options
| -rw-r--r-- | test-suite/success/inds_type_sec.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/inds_type_sec.v b/test-suite/success/inds_type_sec.v index 2159c36b60..25a9976d96 100644 --- a/test-suite/success/inds_type_sec.v +++ b/test-suite/success/inds_type_sec.v @@ -6,5 +6,5 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) Section S. -Inductive T [U:Type] : Set := c : U -> (T U). +Inductive T [U:Type] : Type := c : U -> (T U). End S. |
