diff options
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_027.v')
| -rw-r--r-- | test-suite/bugs/opened/HoTT_coq_027.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_027.v b/test-suite/bugs/opened/HoTT_coq_027.v index 8132f51d2d..2f8ec87491 100644 --- a/test-suite/bugs/opened/HoTT_coq_027.v +++ b/test-suite/bugs/opened/HoTT_coq_027.v @@ -20,9 +20,10 @@ Identity Coercion FunctorToType_Id : FunctorToType >-> Functor. Definition FunctorTo_Set2Type `(C : @Category objC) (F : FunctorToSet C) : FunctorToType C. - refine (@Build_Functor _ C _ TypeCat + Fail refine (@Build_Functor _ C _ TypeCat (fun x => F.(ObjectOf) x) (fun s d m => F.(MorphismOf) _ _ m)). + admit. Defined. (* Toplevel input, characters 0-8: Error: The term |
