inductive Const : Type _ | mkinductive Const1 (t: Type _) : Type _ | mk : Const1 tinductive E : Const → Type| mk : {c : Const} → (args : Const1 (E c)) → E Const.mk-- (kernel) invalid nested inductive datatype 'Const1',-- nested inductive datatypes parameters cannot contain local variables.