aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/Cases.v8
blob: f6220635899f9197a3b4c6a309f5872272a8276d (plain)
1
2
3
4
5
6
(* Cases with let-in in constructors types *)

Inductive t : Set :=
    k : let x := t in x -> x.

Print t_rect.