Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
why3
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
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Why3
  • why3why3
  • 761b06a83d0db96d47076344459713596b73b683

Switch branch/tag
  • why3
  • src
  • test.why
Find file Normal viewHistoryPermalink
test.why 71 Bytes
Newer Older
Jean-Christophe Filliâtre's avatar
mise en place de 'make test' qui teste src/test.why  
Jean-Christophe Filliâtre committed Feb 09, 2010
1 2 3

(* test file *)

Jean-Christophe Filliâtre's avatar
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
Francois Bobot's avatar
ajout de théories dans test.why  
Francois Bobot committed Feb 22, 2010
9
  type t
Jean-Christophe Filliâtre's avatar
Theory : use  
Jean-Christophe Filliâtre committed Feb 26, 2010
10
  use A
Jean-Christophe Filliâtre's avatar
Typing utilise maintenant Theory  
Jean-Christophe Filliâtre committed Feb 25, 2010
11
end