Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
29a88d32
Commit
29a88d32
authored
May 11, 2012
by
Jean-Christophe Filliâtre
Browse files
updated ROADMAP; cleaning up
parent
3113cea0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ROADMAP
View file @
29a88d32
...
...
@@ -226,9 +226,7 @@ See manual Section xx
* (JCF) ameliorer why3doc
- DONE rajouter la production des liens
- produire un index.html
- entree makefile pour produire la bibliotheque standard de Why3 en HTML
(pour mettre sur le site Web)
- DONE produire un index.html
* DONE provers
- DONE (CLAUDE) Ensure that we kill a prover after some time
...
...
src/programs/pgm_typing.ml
View file @
29a88d32
...
...
@@ -2186,15 +2186,7 @@ let add_types uc dl =
|
Ty
.
Tyvar
_
->
()
|
Ty
.
Tyapp
(
ts
,
tyl
)
->
let
y
=
ts
.
ts_name
.
id_string
in
let
n
=
(**
if Mstr.mem y def then begin
visit y; of_option (Hashtbl.find nregions y)
end else
**)
(
get_mtsymbol
ts
)
.
mt_regions
in
let
n
=
(
get_mtsymbol
ts
)
.
mt_regions
in
let
rl
=
regions_tyapp
ts
n
tyl
in
List
.
iter
(
fun
r
->
declare_region_type
r
.
R
.
r_ty
)
rl
;
List
.
iter
visit_type
tyl
...
...
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