Enable cubical flag
1 files changed, 1 insertions(+), 1 deletions(-) M PropositionalLogic.agda
M PropositionalLogic.agda => PropositionalLogic.agda +1 -1
@@ 3,7 3,7 @@ Formalization of Propositional Logic following "Mathematical Logic" of Ian Chiswell and Wilfrid Hodges. -} -{-# OPTIONS --without-K --safe #-} +{-# OPTIONS --cubical --safe #-} open import Agda.Builtin.Sigma using (_,_) open import Level using (0ℓ)