Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
22d325ab
Commit
22d325ab
authored
Dec 13, 2010
by
MARCHE Claude
Browse files
new headers
parent
9ea5cab3
Changes
164
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
22d325ab
##########################################################################
##########################################################################
# #
# #
# Copyright (C) 2010- #
# Copyright (C) 2010- #
# Fran
c
ois Bobot
#
# Fran
ç
ois Bobot #
# Jean-Christophe Filli
a
tre
#
# Jean-Christophe Filli
â
tre #
#
Johannes Kanig
#
#
Claude Marché
#
# Andrei Paskevich #
# Andrei Paskevich #
# #
# #
# This software is free software; you can redistribute it and/or #
# This software is free software; you can redistribute it and/or #
...
...
bench/plugins/helloworld.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
configure.in
View file @
22d325ab
##########################################################################
##########################################################################
# #
# #
# Copyright (C) 2010- #
# Copyright (C) 2010- #
# Fran
c
ois Bobot
#
# Fran
ç
ois Bobot #
# Jean-Christophe Filli
a
tre
#
# Jean-Christophe Filli
â
tre #
#
Johannes Kanig
#
#
Claude Marché
#
# Andrei Paskevich #
# Andrei Paskevich #
# #
# #
# This software is free software; you can redistribute it and/or #
# This software is free software; you can redistribute it and/or #
...
...
examples/plugins/genequlin.ml
View file @
22d325ab
(**************************************************************************)
(* *)
(* Copyright (C) 2010- *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* modify it under the terms of the GNU Library General Public *)
(* License version 2.1, with the special exception on linking *)
(* described in file LICENSE. *)
(* *)
(* This software is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *)
(* *)
(**************************************************************************)
(*
(*
*)
*)
...
...
examples/use_api.ml
View file @
22d325ab
(***************
(**************************************************************************)
(* *)
(* Copyright (C) 2010- *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* modify it under the terms of the GNU Library General Public *)
(* License version 2.1, with the special exception on linking *)
(* described in file LICENSE. *)
(* *)
(* This software is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *)
(* *)
(**************************************************************************)
This
file
builds
some
goals
using
the
API
and
calls
This
file
builds
some
goals
using
the
API
and
calls
the
alt
-
ergo
prover
to
check
them
the
alt
-
ergo
prover
to
check
them
...
...
misc/headache_config.txt
View file @
22d325ab
# Objective Caml source
# no header
| "META.in" -> no
| "stdlib.ml[i]?" -> no
# Objective Caml source
| ".*\\.ml[il4]?" -> frame open:"(*" line:"*" close:"*)"
| ".*\\.ml[il4]?" -> frame open:"(*" line:"*" close:"*)"
| ".*\\.ml[il4]?\\.in" -> frame open:"(*" line:"*" close:"*)"
| ".*\\.ml[il4]?\\.in" -> frame open:"(*" line:"*" close:"*)"
| ".*\\.mly" -> frame open:"/*" line:"*" close:"*/"
| ".*\\.mly" -> frame open:"/*" line:"*" close:"*/"
# C source
# C source
| ".*\\.c" -> frame open:"/*" line:"*" close:"*/"
| ".*\\.c" -> frame open:"/*" line:"*" close:"*/"
# Misc
# Misc
| "configure.in" -> frame open:"#" line:"#" close:"#"
| "configure.in" -> frame open:"#" line:"#" close:"#"
| "Makefile.in" -> frame open:"#" line:"#" close:"#"
| "Makefile.in" -> frame open:"#" line:"#" close:"#"
| "Makefile" -> frame open:"#" line:"#" close:"#"
| "README" -> frame open:"#" line:"#" close:"#"
| "README.*" -> frame open:"*" line:"*" close:"*"
| "META.in" -> no
misc/header.txt
View file @
22d325ab
Copyright (C) 2010
-
Copyright (C) 2010
Fran
c
ois Bobot
Fran
ç
ois Bobot
Jean-Christophe Filli
a
tre
Jean-Christophe Filli
â
tre
Johannes Kanig
Claude Marché
Andrei Paskevich
Andrei Paskevich
This software is free software; you can redistribute it and/or
This software is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
modify it under the terms of the GNU Library General Public
License version 2.1, with the special exception on linking
License version 2.1, with the special exception on linking
described in file LICENSE.
described in file LICENSE.
This software is distributed in the hope that it will be useful,
This software is distributed in the hope that it will be useful,
...
...
src/bench/bench.ml
View file @
22d325ab
(**************************************************************************)
(* *)
(* Copyright (C) 2010- *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* modify it under the terms of the GNU Library General Public *)
(* License version 2.1, with the special exception on linking *)
(* described in file LICENSE. *)
(* *)
(* This software is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *)
(* *)
(**************************************************************************)
open
Thread
open
Thread
open
Why
open
Why
open
Env
open
Env
...
...
src/bench/bench.mli
View file @
22d325ab
(**************************************************************************)
(* *)
(* Copyright (C) 2010- *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* modify it under the terms of the GNU Library General Public *)
(* License version 2.1, with the special exception on linking *)
(* described in file LICENSE. *)
(* *)
(* This software is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *)
(* *)
(**************************************************************************)
open
Why
open
Why
open
Env
open
Env
...
...
src/bench/whybench.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/config/whyconfig.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/coq-plugin/g_whytac.ml4
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/coq-plugin/whytac.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/decl.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/decl.mli
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/env.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/env.mli
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/ident.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/ident.mli
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/core/pattern.ml
View file @
22d325ab
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* Copyright (C) 2010- *)
(* Copyright (C) 2010- *)
(* Fran
c
ois Bobot
*)
(* Fran
ç
ois Bobot *)
(* Jean-Christophe Filli
a
tre
*)
(* Jean-Christophe Filli
â
tre *)
(*
Johannes Kanig
*)
(*
Claude Marché
*)
(* Andrei Paskevich *)
(* Andrei Paskevich *)
(* *)
(* *)
(* This software is free software; you can redistribute it and/or *)
(* This software is free software; you can redistribute it and/or *)
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Supports
Markdown
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