summaryrefslogtreecommitdiff
path: root/test-suite/output/Cases.v
blob: 7483e8c40d1d6dd50b19d6d20452435126543502 (plain)
1
2
3
4
5
(* Cases with let-in in constructors types *)

Inductive t : Set := k : [x:=t]x -> x.

Print t_rect.