Skip to content

Commit 3564fd6

Browse files
Paolo Torrinigares
authored andcommitted
updated dependencies
1 parent e84c91f commit 3564fd6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_CoqProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
structures.v
22
theories/cat.v
3-
theories/algebra.v
3+
theories/encatD.v
44
-arg -w -arg -elpi.accumulate-syntax
55
-arg -w -arg +elpi.typecheck
66
-Q . HB

theories/encatD.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ HB.structure Definition UFunctor : Set := {C of UPreFunctor_IsFunctor C}.
498498
Set Universe Checking.
499499

500500
Unset Universe Checking.
501-
HB.about Functor.
501+
(* HB.about Functor. *)
502502
HB.structure Definition STUFunctor : Set :=
503503
{C of SFunctor C & TFunctor C & UFunctor C}.
504504
Set Universe Checking.

theories/encatI.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Require Import ssreflect ssrfun.
22
Unset Universe Checking.
3-
From HB Require Import structures cat.
3+
From HB Require Import structures cat encatD.
44
Set Universe Checking.
55
Require Import Coq.Program.Equality.
66

0 commit comments

Comments
 (0)