Skip to content

Commit

Permalink
Merge pull request #594 from XiaohuWang0921/master
Browse files Browse the repository at this point in the history
Delete --guardedness flag
  • Loading branch information
ecavallo committed Sep 20, 2021
2 parents 11ccf57 + 7078258 commit 6873f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cubical/Talks/EPA2020.agda
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Link to video: https://vimeo.com/459020971
-}

-- To make Agda cubical add the following options
{-# OPTIONS --safe --guardedness #-}
-- To make Agda cubical add the --cubical option.
-- This is implicitly added for files in the cubical library via the cubical.agda-lib file.
{-# OPTIONS --safe #-}
module Cubical.Talks.EPA2020 where

-- The "Foundations" package contain a lot of important results (in
Expand Down
2 changes: 1 addition & 1 deletion Everythings.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ genEverythings =
mapM_ (\dir -> do
let fp = addToFP ["Cubical"] dir
files <- getMissingFiles fp Nothing
let ls = ["{-# OPTIONS --safe --guardedness #-}",
let ls = ["{-# OPTIONS --safe #-}",
"module " ++ showFP '.' (addToFP fp "Everything") ++ " where",[]]
++ sort (fmap (\file -> "import " ++ showFP '.' file)
(delete (addToFP fp "Everything") files))
Expand Down

0 comments on commit 6873f95

Please sign in to comment.