Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
3722288d
Commit
3722288d
authored
Apr 08, 2021
by
Michael Sammler
Browse files
make lang.base depend on lithium.base
parent
ebf59ae4
Pipeline
#44700
passed with stage
in 32 minutes and 8 seconds
Changes
6
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
theories/lang/base.v
View file @
3722288d
This diff is collapsed.
Click to expand it.
theories/lang/dune
View file @
3722288d
...
...
@@ -2,4 +2,5 @@
(name refinedc.lang)
(package refinedc)
(flags -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "Core language"))
(synopsis "Core language")
(theories refinedc.lithium))
theories/lithium/base.v
View file @
3722288d
This diff is collapsed.
Click to expand it.
theories/lithium/classes.v
View file @
3722288d
(** Main typeclasses of Lithium *)
From
iris
.
base_logic
.
lib
Require
Export
iprop
.
From
iris
.
proofmode
Require
Export
tactics
.
From
refinedc
.
lithium
Require
Import
base
infrastructure
.
(** * [iProp_to_Prop] *)
...
...
theories/lithium/dune
View file @
3722288d
...
...
@@ -2,5 +2,4 @@
(name refinedc.lithium)
(package refinedc)
(flags -w -notation-overridden -w -redundant-canonical-projection)
(synopsis "Lithium")
(theories refinedc.lang))
(synopsis "Lithium"))
theories/typing/base.v
View file @
3722288d
From
refinedc
.
lang
Require
Export
proofmode
.
From
refinedc
.
lithium
Require
Export
lithium
.
From
refinedc
.
lang
Require
Export
proofmode
.
Create
HintDb
refinedc_typing
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment