Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sgdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gradual-typing
sgdt
Commits
7030c0e1
Commit
7030c0e1
authored
1 year ago
by
Eric Giovannini
Browse files
Options
Downloads
Patches
Plain Diff
Init double poset constructions file
parent
41ec7585
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
formalizations/guarded-cubical/Semantics/Concrete/DoublePoset/Constructions.agda
+40
-0
40 additions, 0 deletions
...cubical/Semantics/Concrete/DoublePoset/Constructions.agda
with
40 additions
and
0 deletions
formalizations/guarded-cubical/Semantics/Concrete/DoublePoset/Constructions.agda
0 → 100644
+
40
−
0
View file @
7030c0e1
{-# 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▸ = ?
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment