Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
d82e52b6
Commit
d82e52b6
authored
Jun 26, 2018
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TryWhy3: fix the order of tasks in a theory + the copyright years
parent
5bbc031a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/trywhy3/trywhy3.html
src/trywhy3/trywhy3.html
+1
-1
src/trywhy3/why3_worker.ml
src/trywhy3/why3_worker.ml
+1
-1
No files found.
src/trywhy3/trywhy3.html
View file @
d82e52b6
...
...
@@ -167,7 +167,7 @@
<p>
TryWhy3 is a Javascript based version of
the
<a
href=
"http://why3.lri.fr/"
target=
"_blank"
>
Why3
Verification Platform
</a></p>
<p>
© 2010-201
7
, Inria - CNRS - Paris-Sud University
<br/>
<p>
© 2010-201
8
, Inria - CNRS - Paris-Sud University
<br/>
This software is distributed under the terms of the GNU Lesser
General Public License version 2.1, with the special exception
on linking described in the
...
...
src/trywhy3/why3_worker.ml
View file @
d82e52b6
...
...
@@ -187,7 +187,7 @@ module Task =
Hashtbl
.
add
task_table
th_id
{
task
=
`Theory
(
th
);
parent_id
=
"theory-list"
;
status
=
`New
;
subtasks
=
task_ids
;
subtasks
=
List
.
rev
task_ids
;
loc
=
[]
;
expl
=
th_name
;
pretty
=
""
;
...
...
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