Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
personoj
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koizel
personoj
Commits
6e89caa9
Commit
6e89caa9
authored
3 years ago
by
hondet
Browse files
Options
Downloads
Patches
Plain Diff
Opening encoding in resulting file
parent
5034e313
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
proofs/pipeline/examples/ex/ex.expected
+1
-0
1 addition, 0 deletions
proofs/pipeline/examples/ex/ex.expected
proofs/pipeline/examples/hello/hello.expected
+1
-0
1 addition, 0 deletions
proofs/pipeline/examples/hello/hello.expected
proofs/pipeline/pipe.ml
+2
-0
2 additions, 0 deletions
proofs/pipeline/pipe.ml
with
4 additions
and
0 deletions
proofs/pipeline/examples/ex/ex.expected
+
1
−
0
View file @
6e89caa9
require open qfo.encoding.lhol qfo.encoding.propositional_connectives;
symbol exi!1 : @Prf (@imp (imp qfo.spec.main.P qfo.spec.main.P) (@imp (disj (not qfo.spec.main.P) qfo.spec.main.P) (@imp (imp qfo.spec.main.P qfo.spec.main.P) (ex prop (λ (_ : El prop), imp qfo.spec.main.P qfo.spec.main.P))))) ≔
begin
why3;
...
...
This diff is collapsed.
Click to expand it.
proofs/pipeline/examples/hello/hello.expected
+
1
−
0
View file @
6e89caa9
require open qfo.encoding.lhol qfo.encoding.propositional_connectives;
symbol hello!1 : @Prf (@imp (disj (not qfo.spec.main.P) (disj (not qfo.spec.main.Q) (conj qfo.spec.main.P qfo.spec.main.Q))) (@imp (disj (not qfo.spec.main.P) (disj (not qfo.spec.main.Q) (conj qfo.spec.main.P qfo.spec.main.Q))) (imp qfo.spec.main.P (imp qfo.spec.main.Q (conj qfo.spec.main.P qfo.spec.main.Q))))) ≔
begin
why3;
...
...
This diff is collapsed.
Click to expand it.
proofs/pipeline/pipe.ml
+
2
−
0
View file @
6e89caa9
...
...
@@ -38,6 +38,8 @@ let process proveit src qfo_conf =
collect
stdout
(
echo
json
|.
mkprops
|.
foise
|.
chainprops
depfile
|.
appaxiom
|.
solve
)
in
Format
.
printf
"require open qfo.encoding.lhol qfo.encoding.propositional_connectives;@
\n
"
;
Format
.
printf
"%s"
sttprops
open
Cmdliner
...
...
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