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
122
Issues
122
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
Commits
18e29599
Commit
18e29599
authored
Nov 17, 2017
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
headers
parent
bef75e8d
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
82 additions
and
8 deletions
+82
-8
src/core/coercion.ml
src/core/coercion.ml
+10
-0
src/core/coercion.mli
src/core/coercion.mli
+10
-0
src/core/pretty_sig.ml
src/core/pretty_sig.ml
+10
-0
src/jessie/ACSLtoWhy3_Ptree.ml
src/jessie/ACSLtoWhy3_Ptree.ml
+1
-1
src/mlw/compile.mli
src/mlw/compile.mli
+11
-0
src/mlw/cprinter.ml
src/mlw/cprinter.ml
+11
-0
src/mlw/eval_match.mli
src/mlw/eval_match.mli
+1
-1
src/mlw/mltree.ml
src/mlw/mltree.ml
+11
-0
src/mlw/ocaml_printer.ml
src/mlw/ocaml_printer.ml
+1
-1
src/mlw/ocaml_printer.mli
src/mlw/ocaml_printer.mli
+11
-0
src/mlw/pdriver.ml
src/mlw/pdriver.ml
+1
-1
src/mlw/pdriver.mli
src/mlw/pdriver.mli
+1
-1
src/mlw/pinterp.ml
src/mlw/pinterp.ml
+1
-1
src/mlw/pinterp.mli
src/mlw/pinterp.mli
+1
-1
src/mlw/vc.ml
src/mlw/vc.ml
+1
-1
No files found.
src/core/coercion.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
open
Ident
open
Ty
...
...
src/core/coercion.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
open
Ty
open
Term
...
...
src/core/pretty_sig.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
...
...
src/jessie/ACSLtoWhy3_Ptree.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/compile.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
open
Ident
val
clean_name
:
string
->
string
...
...
src/mlw/cprinter.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
open
Ident
module
C
=
struct
...
...
src/mlw/eval_match.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/mltree.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
open
Expr
open
Ident
open
Ty
...
...
src/mlw/ocaml_printer.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/ocaml_printer.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2017 -- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
module
Print
:
sig
val
optional_arg
:
Ident
.
label
...
...
src/mlw/pdriver.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/pdriver.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/pinterp.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/pinterp.mli
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
src/mlw/vc.ml
View file @
18e29599
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
6
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
7
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
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