(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp Require Import seq. Lemma test1 : True. have f of seq nat & nat : nat. exact 3. have g of nat := 3. have h of nat : nat := 3. have _ : f [::] 3 = g 3 + h 4. Admitted.