⟦ isSetEvCtx E F p q i j ⟧E = MonFunIsSet ⟦ E ⟧E ⟦ F ⟧E (cong ⟦_⟧E p) (cong ⟦_⟧E q) i j -- 𝓜.cat .isSetHom ⟦ E ⟧E ⟦ F ⟧E (cong ⟦_⟧E p) (cong ⟦_⟧E q) i j
⟦ isSetComp M N p q i j ⟧C = MonFunIsSet ⟦ M ⟧C ⟦ N ⟧C (cong ⟦_⟧C p) (cong ⟦_⟧C q) i j -- 𝓜.cat .isSetHom ⟦ M ⟧C ⟦ N ⟧C (cong ⟦_⟧C p) (cong ⟦_⟧C q) i j
--⟦ isPosetComp p q i ⟧C = {!!}
-----------------------------------------
-- Logic semantics
-----------------------------------------
{-
-- Substitutions
⟦ !s ⟧S⊑ = λ a b x → lift refl
⟦ γ⊑γ' ,s V⊑V' ⟧S⊑ = λ x y x≤y → (⟦ γ⊑γ' ⟧S⊑ x y x≤y) , (⟦ V⊑V' ⟧V⊑ x y x≤y)
⟦ γ⊑γ' ∘s δ⊑δ' ⟧S⊑ = λ x y x≤y → ⟦ γ⊑γ' ⟧S⊑ _ _ (⟦ δ⊑δ' ⟧S⊑ x y x≤y)
⟦ _ids_ ⟧S⊑ = λ x y x≤y → x≤y
⟦ isProp⊑ p q i ⟧S⊑ =
isPropTwoCell (MonRel.is-prop-valued (⟦ _ ⟧⊑ctx .RepresentableRel.R)) ⟦ p ⟧S⊑ ⟦ q ⟧S⊑ i