Skip to content

Commit

Permalink
save-flags added
Browse files Browse the repository at this point in the history
  • Loading branch information
Franziskus Wiesnet committed Nov 12, 2024
1 parent 7101c37 commit 8382e93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cubical/Algebra/Determinat/Adjugate.agda
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# OPTIONS --cubical #-}
{-# OPTIONS --safe #-}

module Cubical.Algebra.Determinat.Adjugate where

Expand Down
1 change: 1 addition & 0 deletions Cubical/Algebra/Determinat/Base.agda
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# OPTIONS --cubical #-}
{-# OPTIONS --safe #-}

module Cubical.Algebra.Determinat.Base where

Expand Down
1 change: 1 addition & 0 deletions Cubical/Algebra/Determinat/Minor.agda
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# OPTIONS --cubical #-}
{-# OPTIONS --safe #-}

module Cubical.Algebra.Determinat.Minor where

Expand Down
1 change: 1 addition & 0 deletions Cubical/Algebra/Determinat/RingSum.agda
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# OPTIONS --cubical #-}
{-# OPTIONS --safe #-}

module Cubical.Algebra.Determinat.RingSum where

Expand Down

0 comments on commit 8382e93

Please sign in to comment.