~jorge-jbs/mathematical-logic

7aa7d47af2ca2a13020411cc7eea60d189454591 — Jorge Blázquez Saborido 3 years ago 3353fee cubical
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ℓ)