aboutsummaryrefslogtreecommitdiff
path: root/test-suite/failure/Case14.v
blob: 887c038f61c3f1a086a70000868bfa056da7f1fa (plain)
1
2
3
4
5
Definition NIL := (Nil nat).
Type <(List nat)>Cases (Nil nat) of 
                NIL   => NIL
              |  _    => NIL
              end.