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
Dan Frumin
iris-coq
Commits
324b4863
Commit
324b4863
authored
Mar 06, 2016
by
Robbert Krebbers
Browse files
Comment on FIXME in heap_lang.
parent
0e48566f
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/lang.v
View file @
324b4863
...
@@ -40,8 +40,8 @@ Qed.
...
@@ -40,8 +40,8 @@ Qed.
tactics
,
Coq
would
do
things
in
the
wrong
order
.
*
)
tactics
,
Coq
would
do
things
in
the
wrong
order
.
*
)
Class
VarBound
(
x
:
string
)
(
X
:
list
string
)
:=
Class
VarBound
(
x
:
string
)
(
X
:
list
string
)
:=
var_bound
:
bool_decide
(
x
∈
X
).
var_bound
:
bool_decide
(
x
∈
X
).
(
*
FIXME
shouldn
'
t
this
have
this
H
int
to
only
perfom
search
of
x
and
X
(
*
There
is
no
need
to
restrict
this
h
int
to
terms
without
evars
,
[
vm_compute
]
are
not
evars
?
*
)
will
fail
in
case
evars
are
arround
.
*
)
Hint
Extern
0
(
VarBound
_
_
)
=>
vm_compute
;
exact
I
:
typeclass_instances
.
Hint
Extern
0
(
VarBound
_
_
)
=>
vm_compute
;
exact
I
:
typeclass_instances
.
Instance
var_bound_proof_irrel
x
X
:
ProofIrrel
(
VarBound
x
X
).
Instance
var_bound_proof_irrel
x
X
:
ProofIrrel
(
VarBound
x
X
).
...
...
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