Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
POLLIEN Baptiste
VFPG
Commits
412cb52b
Commit
412cb52b
authored
Jun 24, 2022
by
POLLIEN Baptiste
Browse files
Renaming file and minor change
parent
a2251f09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/Environment.v
src/Environment.v
+1
-1
tests/regression-tests/full_example.h
tests/regression-tests/full_example.h
+1
-1
tests/regression-tests/full_example.xml
tests/regression-tests/full_example.xml
+0
-0
No files found.
src/Environment.v
View file @
412cb52b
...
...
@@ -29,7 +29,7 @@ Set Implicit Arguments.
Module
Type
EVAL_ENV
.
Parameter
eval
:
time
->
cond
->
(
bool
*
time
).
Axiom
next_time
:
forall
t
c
b
t
'
,
eval
t
c
=
(
b
,
t
'
)
->
t
'
=
t
+
1
.
Parameter
next_time
:
forall
t
c
b
t
'
,
eval
t
c
=
(
b
,
t
'
)
->
t
'
>
t
.
End
EVAL_ENV
.
(
**
Definition
of
the
environments
that
will
be
used
by
the
semantics
*
)
...
...
tests/regression-tests/full_example
s
.h
→
tests/regression-tests/full_example.h
View file @
412cb52b
/* This file has been generated by gen_flight_plan from tests/regression-tests/full_example
s
.xml */
/* This file has been generated by gen_flight_plan from tests/regression-tests/full_example.xml */
/* Version v6.0_unstable-none--dirty */
/* Please DO NOT EDIT */
...
...
tests/regression-tests/full_example
s
.xml
→
tests/regression-tests/full_example.xml
View file @
412cb52b
File moved
Write
Preview
Markdown
is supported
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