Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
84d78426
Commit
84d78426
authored
Feb 14, 2017
by
Robbert Krebbers
Browse files
Remove an Ltac hack that was there for unknown reason.
parent
0342ed3d
Pipeline
#3898
passed with stage
in 3 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/tactics.v
View file @
84d78426
...
...
@@ -91,8 +91,7 @@ Ltac of_expr e :=
constr
:
(
CAS
e0
e1
e2
)
|
to_expr
?e
=>
e
|
of_val
?v
=>
constr
:
(
Val
v
)
|
_
=>
constr
:
(
ltac
:
(
match
goal
with
H
:
Closed
[]
e
|-
_
=>
exact
(@
ClosedExpr
e
H
)
end
))
|
_
=>
match
goal
with
H
:
Closed
[]
e
|-
_
=>
constr
:
(@
ClosedExpr
e
H
)
end
end
.
Fixpoint
is_closed
(
X
:
list
string
)
(
e
:
expr
)
:
bool
:
=
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment