aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/uniform_inductive_parameters.v
AgeCommit message (Collapse)Author
2020-02-17New syntax [Inductive Acc A R | x : Prop := ...]Gaëtan Gilbert
to control uniform parameters. This replaces the attribute.
2020-02-17Revert "Add #[uniform] and #[nonuniform] (for Uniform Inductive Parameters)"Gaëtan Gilbert
This reverts commit bc2c1836ba4c878903288060bcb66a0ef1aaced6.
2020-02-13Add #[uniform] and #[nonuniform] (for Uniform Inductive Parameters)Gaëtan Gilbert
2018-07-01Add test for Uniform Inductive ParametersJasper Hugunin