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
f296c399
Commit
f296c399
authored
4 years ago
by
gabrielhdt
Browse files
Options
Downloads
Patches
Plain Diff
removing debug
parent
b4639c70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
encodings/subtype.lp
+0
-3
0 additions, 3 deletions
encodings/subtype.lp
prelude/numbers.lp
+0
-1
0 additions, 1 deletion
prelude/numbers.lp
with
0 additions
and
4 deletions
encodings/subtype.lp
+
0
−
3
View file @
f296c399
...
...
@@ -28,8 +28,6 @@ definition ↓ {t} ≔ downcast {t}
// rule η (maxcast (maxcast $t)) ↪ η (maxcast $t)
set flag "print_implicits" on
set debug +u
rule π {$t ~> $u} ↪ λx: η $t → η (μ $u), ∀ (λy, π (x y))
with π {psub {$t} $a}
↪ λx: η (μ $t), (π {μ $t} x) ∧ (λy: ε (π {μ $t} x), $a (↓ x y))
...
...
@@ -72,7 +70,6 @@ proof
refine λx: ε false, x
qed
set flag "print_implicits" on
rule ε ($t ≃ $t) ↪ ε true
rule ε (($t1 ~> $u1) ≃ ($t2 ~> $u2))
↪ ε ((μ $t1 ≃ μ $t2)
...
...
This diff is collapsed.
Click to expand it.
prelude/numbers.lp
+
0
−
1
View file @
f296c399
...
...
@@ -49,7 +49,6 @@ symbol associative_add
constant symbol real_pred: η (pred numfield)
definition real ≔ psub real_pred
set debug +u
set flag "print_implicits" on
symbol Num_real: ε (∀ (λx: η {|!Number!|}, real_pred (insertnum x)))
...
...
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