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
761b06a83d0db96d47076344459713596b73b683
761b06a83d0db96d47076344459713596b73b683
Switch branch/tag
why3
src
test.why
Find file
Normal view
History
Permalink
test.why
71 Bytes
Edit
Web IDE
Newer
Older
mise en place de 'make test' qui teste src/test.why
Jean-Christophe Filliâtre
committed
Feb 09, 2010
1
2
3
(* test file *)
uses = declaration comme une autre ; retablissement du . dans la syntaxe de forall/exists
Jean-Christophe Filliâtre
committed
Feb 18, 2010
4
5
6
7
8
theory A
type t
end
theory B
ajout de théories dans test.why
Francois Bobot
committed
Feb 22, 2010
9
type t
Theory : use
Jean-Christophe Filliâtre
committed
Feb 26, 2010
10
use A
Typing utilise maintenant Theory
Jean-Christophe Filliâtre
committed
Feb 25, 2010
11
end