Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-ICTAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
BERTOT Yves
tutorial-ICTAC
Commits
61e9eb85
Commit
61e9eb85
authored
6 years ago
by
BERTOT Yves
Browse files
Options
Downloads
Patches
Plain Diff
remove the last definition that is problematic
parent
4889aeef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample5.v
+0
-7
0 additions, 7 deletions
sample5.v
with
0 additions
and
7 deletions
sample5.v
+
0
−
7
View file @
61e9eb85
...
@@ -99,10 +99,3 @@ apply (redo_rev_tree_elim (fun t x => x = rev_tree t)).
...
@@ -99,10 +99,3 @@ apply (redo_rev_tree_elim (fun t x => x = rev_tree t)).
intros
a
t1
t2
IH1
IH2
;
simpl
;
rewrite
IH1
,
IH2
.
intros
a
t1
t2
IH1
IH2
;
simpl
;
rewrite
IH1
,
IH2
.
easy
.
easy
.
Qed
.
Qed
.
Equations
redo_rev_tree
'
{
T
}
(
t
:
btree
T
)
:
btree
T
:=
redo_rev_tree
'
t
by
rec
t
(
@
ltt
T
)
:=
redo_rev_tree
'
Leaf
:=
Leaf
;
redo_rev_tree
'
(
Node
a
t1
t2
)
:=
Node
a
(
redo_rev_tree
t2
)
(
redo_rev_tree
t1
).
.
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