Skip to content

Commit 7411b8e

Browse files
committed
remove unnecessary --safe
1 parent a04b180 commit 7411b8e

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

Cubical/Categories/Dagger/Functor.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# OPTIONS --safe --hidden-argument-puns #-}
1+
{-# OPTIONS --hidden-argument-puns #-}
22

33
module Cubical.Categories.Dagger.Functor where
44

@@ -40,7 +40,7 @@ open Functor
4040

4141
†FuncComp : †Functor C D †Functor D E †Functor C E
4242
†FuncComp F G .fst = G .fst ∘F F .fst
43-
†FuncComp {C = C} {D = D} {E = E} F G .snd .F-† f =
43+
†FuncComp {C} {D} {E} F G .snd .F-† f =
4444
G .fst ⟪ F .fst ⟪ f †[ C ] ⟫ ⟫ ≡⟨ cong (G .fst .F-hom) (F .snd .F-† f) ⟩
4545
G .fst ⟪ F .fst ⟪ f ⟫ †[ D ] ⟫ ≡⟨ G .snd .F-† (F .fst .F-hom f) ⟩
4646
G .fst ⟪ F .fst ⟪ f ⟫ ⟫ †[ E ] ∎

Cubical/Categories/Dagger/Instances/BinProduct.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{-# OPTIONS --safe #-}
2-
31
module Cubical.Categories.Dagger.Instances.BinProduct where
42

53
open import Cubical.Foundations.Prelude

Cubical/Categories/Dagger/Instances/Functors.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{-# OPTIONS --safe #-}
2-
31
module Cubical.Categories.Dagger.Instances.Functors where
42

53
open import Cubical.Foundations.Prelude

Cubical/Categories/Dagger/Properties.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{-# OPTIONS --safe #-}
2-
31
module Cubical.Categories.Dagger.Properties where
42

53
open import Cubical.Foundations.Prelude

0 commit comments

Comments
 (0)