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
121
Issues
121
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
5354932055f9dca4b1e4c83afa2bf9adfd035fd6
5354932055f9dca4b1e4c83afa2bf9adfd035fd6
Switch branch/tag
why3
bench
typing
bad
clash_namespace1.why
Find file
Normal view
History
Permalink
clash_namespace1.why
101 Bytes
Edit
Web IDE
Newer
Older
make bench
Jean-Christophe Filliâtre
committed
Feb 26, 2010
1
2
3
4
5
6
7
8
9
10
11
12
13
(* test file *)
theory A
type t
axiom Ax : forall x:t. true
end
theory B
use A
use A
end