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
5512bd6d
Commit
5512bd6d
authored
Jun 12, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor bug fix
parent
edd17b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/session/session.ml
src/session/session.ml
+5
-2
No files found.
src/session/session.ml
View file @
5512bd6d
...
...
@@ -527,8 +527,11 @@ let goal_expl_lazy g =
match
g
.
goal_expl
with
|
Some
s
->
s
|
None
->
let
_name
,
expl
,_
task
=
Termcode
.
goal_expl_task
~
root
:
false
(
goal_task
g
)
in
g
.
goal_expl
<-
Some
expl
;
expl
match
g
.
goal_task
with
|
Some
t
->
let
_name
,
expl
,_
task
=
Termcode
.
goal_expl_task
~
root
:
false
t
in
g
.
goal_expl
<-
Some
expl
;
expl
|
None
->
""
let
goal_expl_or_name
g
=
let
s
=
goal_expl_lazy
g
in
...
...
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