Skip to content
Snippets Groups Projects
Commit 7030c0e1 authored by Eric Giovannini's avatar Eric Giovannini
Browse files

Init double poset constructions file

parent 41ec7585
No related branches found
No related tags found
No related merge requests found
{-# OPTIONS --guarded --rewriting #-}
module Semantics.Concrete.DoublePoset.Constructions where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Structure
open import Semantics.Concrete.DoublePoset.Base
open import Semantics.Concrete.DoublePoset.Morphism
open import Common.Later
private
variable
ℓ ℓ' : Level
ℓX ℓ'X ℓ''X : Level
ℓY ℓ'Y ℓ''Y : Level
X : DoublePoset ℓX ℓ'X ℓ''X
Y : DoublePoset ℓY ℓ'Y ℓ''Y
-- Constructions not involving later
-- Contructions involving later
module ClockedConstructions (k : Clock) where
private
▹_ : Type ℓ -> Type ℓ
▹ A = ▹_,_ k A
-- Theta for double posets
--DP▸ : ?
--DP▸ = ?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment