Skip to content
Snippets Groups Projects
Commit ac9f96ec authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Add missing headers.

parent 05de6964
Branches
No related tags found
No related merge requests found
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Why3 open Why3
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
| "META.in" -> no | "META.in" -> no
| "extmap.ml[i]?" -> no | "extmap.ml[i]?" -> no
| "literals.mll" -> no | "literals.mll" -> no
| "report.ml[i]?" -> no
# Objective Caml source # Objective Caml source
| ".*\\.ml[il4]?" -> frame width:62 open:"(*" line:"*" close:"*)" | ".*\\.ml[il4]?" -> frame width:62 open:"(*" line:"*" close:"*)"
| ".*\\.ml[il4]?\\.in" -> frame width:62 open:"(*" line:"*" close:"*)" | ".*\\.ml[il4]?\\.in" -> frame width:62 open:"(*" line:"*" close:"*)"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
(* This file is part of Frama-C. *) (* This file is part of Frama-C. *)
(* *) (* *)
(* Copyright (C) 2007-2012 *) (* Copyright (C) 2007-2012 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *) (* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *) (* alternatives) *)
(* INRIA (Institut National de Recherche en Informatique et en *) (* INRIA (Institut National de Recherche en Informatique et en *)
(* Automatique) *) (* Automatique) *)
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
(* on linking described in file LICENSE. *) (* on linking described in file LICENSE. *)
(* *) (* *)
(********************************************************************) (********************************************************************)
open Compile open Compile
open Format open Format
open Ident open Ident
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Pp open Pp
open Printer open Printer
open Mltree open Mltree
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Term open Term
open Ty open Ty
open Decl open Decl
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Wstdlib open Wstdlib
type value = type value =
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Term open Term
open Decl open Decl
......
(********************************************************************) (********************************************************************)
(* *) (* *)
(* The Why3 Verification Platform / The Why3 Development Team *) (* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2016 -- INRIA - CNRS - Paris-Sud University *) (* Copyright 2010-2018 -- Inria - CNRS - Paris-Sud University *)
(* *) (* *)
(* This software is distributed under the terms of the GNU Lesser *) (* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *) (* General Public License version 2.1, with the special exception *)
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Term open Term
open Decl open Decl
open Theory open Theory
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Term open Term
open Decl open Decl
open Theory open Theory
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Ident
open Ty open Ty
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Term open Term
open Ty open Ty
open Decl open Decl
......
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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. *)
(* *)
(********************************************************************)
val reflection_by_lemma: Decl.prsymbol -> Env.env -> Task.task Trans.tlist val reflection_by_lemma: Decl.prsymbol -> Env.env -> Task.task Trans.tlist
val reflection_by_function: bool -> string -> Env.env -> Task.task Trans.tlist val reflection_by_function: bool -> string -> Env.env -> Task.task Trans.tlist
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-2018 -- 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 Parsetree open Parsetree
open Ast_mapper open Ast_mapper
open Asttypes open Asttypes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment