aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4017.v
blob: a6f177b4968eb83e0c0805abf278ce9a30be45bb (plain)
1
2
3
4
5
6
(* Use of implicit arguments was lost in multiple variable declarations *)
Variables 
  (A1 : Type)
  (A2 : forall (x1 : A1), Type) 
  (A3 : forall (x1 : A1) (x2 : A2 x1), Type)
  (A4 : forall (x1 : A1) (x2 : A2 x1) (x3 : A3 x2), Type).