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
124
Issues
124
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
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
5df5ef47
Commit
5df5ef47
authored
Dec 03, 2013
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence some compiler warning by avoiding useless opening modules.
parent
e09ec78a
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
0 additions
and
18 deletions
+0
-18
src/core/decl.mli
src/core/decl.mli
+0
-2
src/core/ident.mli
src/core/ident.mli
+0
-2
src/core/task.mli
src/core/task.mli
+0
-1
src/core/term.mli
src/core/term.mli
+0
-1
src/core/ty.mli
src/core/ty.mli
+0
-1
src/ide/gconfig.mli
src/ide/gconfig.mli
+0
-1
src/parser/denv.mli
src/parser/denv.mli
+0
-1
src/why3doc/doc_def.mli
src/why3doc/doc_def.mli
+0
-1
src/whyml/mlw_decl.mli
src/whyml/mlw_decl.mli
+0
-1
src/whyml/mlw_dty.mli
src/whyml/mlw_dty.mli
+0
-2
src/whyml/mlw_expr.mli
src/whyml/mlw_expr.mli
+0
-1
src/whyml/mlw_ty.mli
src/whyml/mlw_ty.mli
+0
-1
src/whyml/mlw_typing.mli
src/whyml/mlw_typing.mli
+0
-3
No files found.
src/core/decl.mli
View file @
5df5ef47
...
...
@@ -9,8 +9,6 @@
(* *)
(********************************************************************)
open
Stdlib
(** Logic Declarations *)
open
Ident
...
...
src/core/ident.mli
View file @
5df5ef47
...
...
@@ -9,8 +9,6 @@
(* *)
(********************************************************************)
open
Stdlib
(** Identifiers *)
(** {2 Labels} *)
...
...
src/core/task.mli
View file @
5df5ef47
...
...
@@ -11,7 +11,6 @@
(** Proof Tasks, Cloning and Meta History *)
open
Stdlib
open
Ident
open
Ty
open
Term
...
...
src/core/term.mli
View file @
5df5ef47
...
...
@@ -9,7 +9,6 @@
(* *)
(********************************************************************)
open
Stdlib
open
Ident
open
Ty
...
...
src/core/ty.mli
View file @
5df5ef47
...
...
@@ -9,7 +9,6 @@
(* *)
(********************************************************************)
open
Stdlib
open
Ident
(** Types *)
...
...
src/ide/gconfig.mli
View file @
5df5ef47
...
...
@@ -10,7 +10,6 @@
(********************************************************************)
open
Why3
open
Whyconf
type
t
=
{
mutable
window_width
:
int
;
...
...
src/parser/denv.mli
View file @
5df5ef47
...
...
@@ -12,7 +12,6 @@
open
Stdlib
open
Ty
open
Term
open
Theory
(** Destructive unification *)
...
...
src/why3doc/doc_def.mli
View file @
5df5ef47
...
...
@@ -9,7 +9,6 @@
(* *)
(********************************************************************)
open
Format
open
Why3
open
Ident
...
...
src/whyml/mlw_decl.mli
View file @
5df5ef47
...
...
@@ -10,7 +10,6 @@
(********************************************************************)
open
Ident
open
Ty
open
Term
open
Mlw_ty
open
Mlw_ty
.
T
...
...
src/whyml/mlw_dty.mli
View file @
5df5ef47
...
...
@@ -11,13 +11,11 @@
(* destructive types for program type inference *)
open
Ident
open
Ty
open
Term
open
Mlw_ty
open
Mlw_ty
.
T
open
Mlw_expr
open
Mlw_module
type
dreg
type
dity
...
...
src/whyml/mlw_expr.mli
View file @
5df5ef47
...
...
@@ -11,7 +11,6 @@
open
Stdlib
open
Ident
open
Ty
open
Term
open
Mlw_ty
open
Mlw_ty
.
T
...
...
src/whyml/mlw_ty.mli
View file @
5df5ef47
...
...
@@ -9,7 +9,6 @@
(* *)
(********************************************************************)
open
Stdlib
open
Ident
open
Ty
open
Term
...
...
src/whyml/mlw_typing.mli
View file @
5df5ef47
...
...
@@ -10,9 +10,6 @@
(********************************************************************)
open
Stdlib
open
Theory
open
Env
open
Ptree
open
Mlw_module
type
mlw_contents
=
modul
Mstr
.
t
...
...
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