OCamllabs icon Home|Differences with the last checks|Previous runs


Building on pima.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-03 03:10.50 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-06-03 03:10.50 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-03 03:10.50 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2022-06-03 03:10.50 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.02' '4.02.3'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.02.3  (cached)
-> installed ocaml-base-compiler.4.02.3
-> installed ocaml-config.1
-> installed ocaml.4.02.3
-> installed base-ocamlbuild.base
Done.
# Run eval $(opam env --switch=4.02) to update the current shell environment
2022-06-03 03:10.50 ---> using "0e9292a7d2bdd2d0f831e0d924388c9fa8e1e9ca331331f0074d7467a0bbf700" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Fetched 303 kB in 2s (164 kB/s)
- Reading package lists...
- 
2022-06-03 03:10.50 ---> using "b367b46c1512171e819433561dae4a57f0a24bd3c42efeea1e7dfd7f73997218" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
=== install 1 package
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-03 03:10.50 ---> using "6754c9d5bc4723cf1d77b8b7f37cdab77a1ee2293fdd5d87a97131d48a57dee0" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"coq.8.4.6~camlp4\"\
               \nopam install -vy \"coq.8.4.6~camlp4\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"coq.8.4.6~camlp4\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] coq.8.4.6~camlp4 is not installed.

Nothing to do.
The following actions will be performed:
=== install 7 packages
  - install base-num       base         [required by num]
  - install camlp4         4.02+7       [required by coq]
  - install conf-findutils 1            [required by coq]
  - install conf-which     1            [required by camlp4]
  - install coq            8.4.6~camlp4
  - install num            0            [required by coq]
  - install ocamlbuild     0            [required by coq]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/21: [camlp4.4.02+7: http]
Processing  3/21: [camlp4.4.02+7: http]
Processing  4/21: [camlp4.4.02+7: http]
Processing  5/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
Processing  6/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
Processing  7/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
Processing  8/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
Processing  9/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .]
Processing 10/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
Processing 11/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
-> installed base-num.base
Processing 12/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
Processing 13/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
-> installed num.0
Processing 14/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
-> installed ocamlbuild.0
Processing 15/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-findutils: sh find . -name .] [conf-which: which which]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "find . -name ." (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-findutils.1)
- + find . -name .
- .
-> compiled  conf-findutils.1
Processing 15/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-which: which which]
-> installed conf-findutils.1
Processing 16/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http] [conf-which: which which]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing 16/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
-> installed conf-which.1
Processing 17/21: [camlp4.4.02+7: http] [coq.8.4.6~camlp4: http]
Processing 17/21: [camlp4.4.02+7: http]
-> retrieved coq.8.4.6~camlp4  (https://coq.inria.fr/distrib/V8.4pl6/files/coq-8.4pl6.tar.gz)
Processing 17/21:
-> retrieved camlp4.4.02+7  (https://github.com/ocaml/camlp4/archive/4.02+7.tar.gz)
[camlp4: patch] applying termux.patch
Processing 18/21: [camlp4: patch]
[camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch
Processing 18/21: [camlp4: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--bindir=/home/opam/.opam/4.02/bin" "--libdir=/home/opam/.opam/4.02/lib/ocaml" "--pkgdir=/home/opam/.opam/4.02/lib" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7)
Processing 18/21: [camlp4: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7)
- ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-byte-only.sh`
- + echo camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
- /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi
- cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmi camlp4/config/Camlp4_config.mli
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I +compiler-libs -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/gen_import.cmo camlp4/config/gen_import.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte
- camlp4/config/gen_import.byte /home/opam/.opam/4.02/lib/ocaml
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_import.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmo camlp4/config/Camlp4_config.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmi camlp4/Camlp4/Utils.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends
- cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends
- /home/opam/.opam/4.02/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml
- File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml
- File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo
- /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml
- File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml
- File "camlp4/Camlp4/Options.ml", line 184, characters 14-23:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmo camlp4/Camlp4/Utils.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Utils.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml
- + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml
- File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma
- /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte
- /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma
- /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
- ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-native-only.sh`
- + echo camlp4/Camlp4.cmx camlp4/camlp4prof.native camlp4/mkcamlp4.native camlp4/camlp4.native camlp4/camlp4fulllib.cmxa camlp4/camlp4boot.native camlp4/camlp4r.native camlp4/camlp4rf.native camlp4/camlp4o.native camlp4/camlp4of.native camlp4/camlp4oof.native camlp4/camlp4orf.native camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.o
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmx camlp4/Camlp4/Utils.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_import.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmx camlp4/config/Camlp4_config.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml
- File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml
- File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/DynAst.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Search.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Failed.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Delete.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Find.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/AstFilters.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Camlp4Ast.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CleanAst.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/DynLoader.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyError.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/EmptyPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/FreeVars.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/Lexer.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml
- File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22:
- Warning 3: deprecated: Format.bprintf
- touch camlp4/Camlp4/Struct/Grammar.mli  ; if  /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4.Struct -g -I camlp4/Camlp4/Struct/Grammar camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Static.cmx -o camlp4/Camlp4/Struct/Grammar.cmx  ; then  rm -f camlp4/Camlp4/Struct/Grammar.mli  ; else  rm -f camlp4/Camlp4/Struct/Grammar.mli  ; exit 1; fi
- touch camlp4/Camlp4/Struct.mli  ; if  /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Struct camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Grammar.cmx -o camlp4/Camlp4/Struct.cmx  ; then  rm -f camlp4/Camlp4/Struct.mli  ; else  rm -f camlp4/Camlp4/Struct.mli  ; exit 1; fi
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml
- File "camlp4/Camlp4/Options.ml", line 184, characters 14-23:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpCamlp4Ast.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/DumpOCamlAst.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/Null.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmx camlp4/Camlp4/Printers/OCamlr.ml
- touch camlp4/Camlp4/Printers.mli  ; if  /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Printers camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCamlr.cmx -o camlp4/Camlp4/Printers.cmx  ; then  rm -f camlp4/Camlp4/Printers.mli  ; else  rm -f camlp4/Camlp4/Printers.mli  ; exit 1; fi
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/PreCast.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml
- touch camlp4/Camlp4.mli  ; if  /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4 camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Utils.cmx camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/Options.cmx camlp4/Camlp4/Struct.cmx camlp4/Camlp4/Printers.cmx camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/Register.cmx -o camlp4/Camlp4.cmx  ; then  rm -f camlp4/Camlp4.mli  ; else  rm -f camlp4/Camlp4.mli  ; exit 1; fi
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmx camlp4/camlp4prof.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmx camlp4/mkcamlp4.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml
- File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
- File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml
- + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml
- File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27:
- Warning 3: deprecated: Format.bprintf
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.ml
- touch camlp4/Camlp4Top.mli  ; if  /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4Top camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Rprint.cmx -o camlp4/Camlp4Top.cmx  ; then  rm -f camlp4/Camlp4Top.mli  ; else  rm -f camlp4/Camlp4Top.mli  ; exit 1; fi
- /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Top.cmx -o camlp4/camlp4fulllib.cmxa
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4boot.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4r.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4rf.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4o.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4of.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4oof.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4orf.native
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
-> compiled  camlp4.4.02+7
Processing 19/21: [camlp4: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "install-META" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7)
- env DESTDIR= sh ./build/install.sh
- Installing camlp4...
-   install binary /home/opam/.opam/4.02/bin/camlp4prof
-   install binary /home/opam/.opam/4.02/bin/mkcamlp4
-   install binary /home/opam/.opam/4.02/bin/camlp4
-   install binary /home/opam/.opam/4.02/bin/camlp4boot
-   install binary /home/opam/.opam/4.02/bin/camlp4o
-   install binary /home/opam/.opam/4.02/bin/camlp4of
-   install binary /home/opam/.opam/4.02/bin/camlp4oof
-   install binary /home/opam/.opam/4.02/bin/camlp4orf
-   install binary /home/opam/.opam/4.02/bin/camlp4r
-   install binary /home/opam/.opam/4.02/bin/camlp4rf
-   install binary /home/opam/.opam/4.02/bin/camlp4o.opt
-   install binary /home/opam/.opam/4.02/bin/camlp4of.opt
-   install binary /home/opam/.opam/4.02/bin/camlp4oof.opt
-   install binary /home/opam/.opam/4.02/bin/camlp4orf.opt
-   install binary /home/opam/.opam/4.02/bin/camlp4r.opt
-   install binary /home/opam/.opam/4.02/bin/camlp4rf.opt
- Installing Camlp4Parsers...
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o
- Installing Camlp4Printers...
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o
- Installing Camlp4Filters...
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o
- Installing Camlp4Top...
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cmxa
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cmxa
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4o.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4of.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4oof.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4orf.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4r.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4rf.cma
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.o
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4_config.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmi
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmo
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmx
-   install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.o
-   install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.a
-   install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.a
- sed -e s/@@VERSION@@/"4.02.3"/g camlp4/META.in > camlp4/META
- mkdir -p "/home/opam/.opam/4.02/lib"/camlp4/
- cp -f camlp4/META "/home/opam/.opam/4.02/lib"/camlp4/
-> installed camlp4.4.02+7
Processing 20/21: [coq: ./configure make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-makecmd" "make" "-configdir" "/home/opam/.opam/4.02/lib/coq/config" "-mandir" "/home/opam/.opam/4.02/man" "-docdir" "/home/opam/.opam/4.02/doc" "--prefix" "/home/opam/.opam/4.02" "--usecamlp4" "--coqide" "no" (CWD=/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4)
- You have GNU Make 4.3. Good!
- You have Objective-Caml 4.02.3. Good!
- You have native-code compilation. Good!
- CoqIde disabled as requested.
- latex was not found; documentation will not be available
- 
-   Coq top directory                 : /home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4
-   Architecture                      : Linux
-   Coq VM bytecode link flags        : -dllib -lcoqrun -dllpath '/home/opam/.opam/4.02/lib/coq'
-   Coq tools bytecode link flags     : 
-   OS dependent libraries            : -cclib -lunix
-   Objective-Caml/Camlp4 version     : 4.02.3
-   Objective-Caml/Camlp4 binaries in : /home/opam/.opam/4.02/bin
-   Objective-Caml library in         : /home/opam/.opam/4.02/lib/ocaml
-   Camlp4 library in                 : +camlp4
-   Native dynamic link support       : true
-   Documentation                     : None
-   CoqIde                            : no
-   Web browser                       : firefox -remote "OpenURL(%s,new-tab)" || firefox %s &
-   Coq web site                      : http://coq.inria.fr/
- 
-   Paths for true installation:
-     binaries      will be copied in /home/opam/.opam/4.02/bin
-     library       will be copied in /home/opam/.opam/4.02/lib/coq
-     config files  will be copied in /home/opam/.opam/4.02/lib/coq/config
-     data files    will be copied in /home/opam/.opam/4.02/share/coq
-     man pages     will be copied in /home/opam/.opam/4.02/man
-     documentation will be copied in /home/opam/.opam/4.02/doc
-     emacs mode    will be copied in /home/opam/.opam/4.02/share/emacs/site-lisp
- 
- If anything in the above is wrong, please restart './configure'.
- 
- *Warning* To compile the system for a new architecture
-           don't forget to do a 'make archclean' before './configure'.
Processing 20/21: [coq: make world]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j127" "world" (CWD=/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4)
- make --warn-undefined-variable --no-builtin-rules -f Makefile.build "world"
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
- "ocaml" theories/Numbers/Natural/BigN/NMake_gen.ml > "theories/Numbers/Natural/BigN/NMake_gen.v" || (RV=$?; rm -f "theories/Numbers/Natural/BigN/NMake_gen.v"; exit ${RV})
- OCAMLLEX  tools/coqdep_lexer.mll
- OCAMLLEX  ide/config_lexer.mll
- OCAMLLEX  ide/coq_lex.mll
- OCAMLLEX  ide/utf8_convert.mll
- OCAMLLEX  lib/xml_lexer.mll
- OCAMLLEX  tools/coqdoc/cpretty.mll
- OCAMLLEX  tools/coqwc.mll
- OCAMLLEX  tools/gallina_lexer.mll
- sed -n -e '/^enum/p' -e 's/,//g' -e '/^  /p' kernel/byterun/coq_instruct.h | \
- awk -f kernel/make-opcodes > "kernel/copcodes.ml" || (RV=$?; rm -f "kernel/copcodes.ml"; exit ${RV})
- ECHO... > scripts/tolink.ml
- sed -n -e '/^  /s/ \([A-Z]\)/ \&\&coq_lbl_\1/gp' \
-                -e '/^}/q' kernel/byterun/coq_instruct.h > "kernel/byterun/coq_jumptbl.h" || (RV=$?; rm -f "kernel/byterun/coq_jumptbl.h"; exit ${RV})
- ECHO... > plugins/cc/cc_plugin_mod.ml
- ECHO... > plugins/decl_mode/decl_mode_plugin_mod.ml
- ocamllex warning:
- File "ide/coq_lex.mll", line 112, character 66: unescaped newline in string.
- ECHO... > plugins/extraction/extraction_plugin_mod.ml
- ECHO... > plugins/field/field_plugin_mod.ml
- 15 states, 827 transitions, table size 3398 bytes
- ECHO... > plugins/firstorder/ground_plugin_mod.ml
- ECHO... > plugins/fourier/fourier_plugin_mod.ml
- ECHO... > plugins/funind/recdef_plugin_mod.ml
- ECHO... > plugins/micromega/micromega_plugin_mod.ml
- ECHO... > plugins/nsatz/nsatz_plugin_mod.ml
- ECHO... > plugins/omega/omega_plugin_mod.ml
- ECHO... > plugins/quote/quote_plugin_mod.ml
- ECHO... > plugins/ring/ring_plugin_mod.ml
- ECHO... > plugins/romega/romega_plugin_mod.ml
- ECHO... > plugins/rtauto/rtauto_plugin_mod.ml
- ECHO... > plugins/setoid_ring/newring_plugin_mod.ml
- ECHO... > plugins/subtac/subtac_plugin_mod.ml
- ECHO... > plugins/syntax/ascii_syntax_plugin_mod.ml
- ECHO... > plugins/syntax/nat_syntax_plugin_mod.ml
- ECHO... > plugins/syntax/numbers_syntax_plugin_mod.ml
- 30 states, 1657 transitions, table size 6808 bytes
- 6096 additional bytes used for bindings
- 78 states, 800 transitions, table size 3668 bytes
- ECHO... > plugins/syntax/r_syntax_plugin_mod.ml
- ECHO... > plugins/syntax/string_syntax_plugin_mod.ml
- ECHO... > plugins/syntax/z_syntax_plugin_mod.ml
- ECHO... > plugins/xml/xml_plugin_mod.ml
- CCDEP     kernel/byterun/coq_values.c
- CCDEP     kernel/byterun/coq_memory.c
- CCDEP     kernel/byterun/coq_interp.c
- CCDEP     kernel/byterun/coq_fix_code.c
- CCDEP	ide/ide_win32_stubs.c
- "ocamlc" -rectypes  -c -I "+camlp4" -pp 'camlp4orf -impl' -impl tools/compat5.mlp
- "ocamlc" -rectypes  -c -I "+camlp4" -pp 'camlp4orf -impl' -impl tools/compat5b.mlp
- CAMLP4DEPS toplevel/whelp.ml4
- CAMLP4O   toplevel/mltop.ml4
- CAMLP4DEPS tactics/tauto.ml4
- 190 states, 498 transitions, table size 3132 bytes
- CAMLP4DEPS tactics/rewrite.ml4
- CAMLP4DEPS tactics/hipattern.ml4
- CAMLP4DEPS tactics/extratactics.ml4
- CAMLP4DEPS tactics/extraargs.ml4
- CAMLP4DEPS tactics/eqdecide.ml4
- CAMLP4DEPS tactics/eauto.ml4
- CAMLP4DEPS tactics/class_tactics.ml4
- CAMLP4DEPS plugins/xml/xmlentries.ml4
- CAMLP4DEPS plugins/xml/xml.ml4
- CAMLP4DEPS plugins/xml/proofTree2Xml.ml4
- CAMLP4DEPS plugins/xml/dumptree.ml4
- CAMLP4DEPS plugins/xml/acic2Xml.ml4
- CAMLP4DEPS plugins/subtac/g_subtac.ml4
- CAMLP4DEPS plugins/setoid_ring/newring.ml4
- CAMLP4DEPS plugins/rtauto/g_rtauto.ml4
- CAMLP4DEPS plugins/romega/g_romega.ml4
- CAMLP4DEPS plugins/ring/g_ring.ml4
- CAMLP4DEPS plugins/quote/g_quote.ml4
- CAMLP4DEPS plugins/omega/g_omega.ml4
- CAMLP4DEPS plugins/nsatz/nsatz.ml4
- CAMLP4DEPS plugins/micromega/g_micromega.ml4
- CAMLP4DEPS plugins/funind/g_indfun.ml4
- CAMLP4DEPS plugins/fourier/g_fourier.ml4
- CAMLP4DEPS plugins/firstorder/g_ground.ml4
- CAMLP4DEPS plugins/field/field.ml4
- CAMLP4DEPS plugins/extraction/g_extraction.ml4
- CAMLP4DEPS plugins/decl_mode/g_decl_mode.ml4
- CAMLP4DEPS plugins/cc/g_congruence.ml4
- CAMLP4DEPS parsing/vernacextend.ml4
- CAMLP4DEPS parsing/tacextend.ml4
- CAMLP4DEPS parsing/q_util.ml4
- 230 states, 833 transitions, table size 4712 bytes
- CAMLP4DEPS parsing/q_coqast.ml4
- CAMLP4DEPS parsing/q_constr.ml4
- CAMLP4DEPS parsing/pcoq.ml4
- CAMLP4DEPS parsing/lexer.ml4
- CAMLP4DEPS parsing/g_xml.ml4
- CAMLP4DEPS parsing/g_vernac.ml4
- CAMLP4DEPS parsing/g_tactic.ml4
- CAMLP4DEPS parsing/g_proofs.ml4
- CAMLP4DEPS parsing/g_prim.ml4
- CAMLP4DEPS parsing/g_ltac.ml4
- CAMLP4DEPS parsing/g_constr.ml4
- CAMLP4DEPS parsing/argextend.ml4
- CAMLP4DEPS lib/pp.ml4
- CAMLP4DEPS lib/compat.ml4
- CAMLP4DEPS ide/project_file.ml4
- CAMLP4O   ide/coqide_main.ml4
- CAMLP4DEPS toplevel/mltop.ml4
- CAMLP4DEPS ide/coqide_main.ml4
- 348 states, 7127 transitions, table size 30596 bytes
- 3131 additional bytes used for bindings
- OCAMLBEST -o bin/coqdep_boot
- CAMLP4O   toplevel/whelp.ml4
- CAMLP4O   tactics/tauto.ml4
- CAMLP4O   tactics/rewrite.ml4
- CAMLP4O   tactics/hipattern.ml4
- CAMLP4O   tactics/extratactics.ml4
- CAMLP4O   tactics/extraargs.ml4
- CAMLP4O   tactics/eqdecide.ml4
- tactics/tauto.ml4 : Dependency parsing/grammar.cma not ready yet
- toplevel/whelp.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   tactics/eauto.ml4
- tactics/hipattern.ml4 : Dependency parsing/grammar.cma parsing/q_constr.cmo not ready yet
- CAMLP4O   tactics/class_tactics.ml4
- tactics/rewrite.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/xml/xmlentries.ml4
- tactics/extraargs.ml4 : Dependency parsing/grammar.cma not ready yet
- tactics/eqdecide.ml4 : Dependency parsing/grammar.cma not ready yet
- tactics/extratactics.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/xml/xml.ml4
- CAMLP4O   plugins/xml/proofTree2Xml.ml4
- CAMLP4O   plugins/xml/dumptree.ml4
- plugins/xml/xmlentries.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/xml/acic2Xml.ml4
- tactics/eauto.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/subtac/g_subtac.ml4
- tactics/class_tactics.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/setoid_ring/newring.ml4
- CAMLP4O   plugins/rtauto/g_rtauto.ml4
- plugins/xml/dumptree.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/romega/g_romega.ml4
- CAMLP4O   plugins/ring/g_ring.ml4
- CAMLP4O   plugins/quote/g_quote.ml4
- plugins/setoid_ring/newring.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/omega/g_omega.ml4
- plugins/subtac/g_subtac.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/nsatz/nsatz.ml4
- plugins/rtauto/g_rtauto.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/micromega/g_micromega.ml4
- plugins/romega/g_romega.ml4 : Dependency parsing/grammar.cma not ready yet
- plugins/ring/g_ring.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/funind/g_indfun.ml4
- plugins/quote/g_quote.ml4 : Dependency parsing/grammar.cma not ready yet
- plugins/omega/g_omega.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/fourier/g_fourier.ml4
- CAMLP4O   plugins/firstorder/g_ground.ml4
- CAMLP4O   plugins/field/field.ml4
- CAMLP4O   plugins/extraction/g_extraction.ml4
- plugins/nsatz/nsatz.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/decl_mode/g_decl_mode.ml4
- plugins/micromega/g_micromega.ml4 : Dependency parsing/grammar.cma not ready yet
- plugins/funind/g_indfun.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   plugins/cc/g_congruence.ml4
- plugins/fourier/g_fourier.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   parsing/vernacextend.ml4
- plugins/firstorder/g_ground.ml4 : Dependency parsing/grammar.cma not ready yet
- plugins/field/field.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   parsing/tacextend.ml4
- plugins/extraction/g_extraction.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   parsing/q_util.ml4
- CAMLP4O   parsing/q_coqast.ml4
- plugins/decl_mode/g_decl_mode.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   parsing/q_constr.ml4
- CAMLP4O   parsing/pcoq.ml4
- plugins/cc/g_congruence.ml4 : Dependency parsing/grammar.cma not ready yet
- CAMLP4O   parsing/lexer.ml4
- CAMLP4O   parsing/g_xml.ml4
- CAMLP4O   parsing/g_vernac.ml4
- CAMLP4O   parsing/g_tactic.ml4
- CAMLP4O   parsing/g_proofs.ml4
- CAMLP4O   parsing/g_prim.ml4
- CAMLP4O   parsing/g_ltac.ml4
- CAMLP4O   parsing/g_constr.ml4
- CAMLP4O   parsing/argextend.ml4
- CAMLP4O   lib/pp.ml4
- CAMLP4O   lib/compat.ml4
- CAMLP4O   ide/project_file.ml4
- File "tools/coqdep_common.ml", line 268, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 268, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 269, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 270, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 270, characters 12-14:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 270, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 270, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdep_common.ml", line 271, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- 454 states, 31913 transitions, table size 130376 bytes
- COQDEP    plugins/extraction/ExtrOcamlString.v
- COQDEP    plugins/extraction/ExtrOcamlZInt.v
- COQDEP    plugins/extraction/ExtrOcamlZBigInt.v
- COQDEP    plugins/extraction/ExtrOcamlNatBigInt.v
- COQDEP    plugins/extraction/ExtrOcamlNatInt.v
- COQDEP    plugins/extraction/ExtrOcamlBigIntConv.v
- COQDEP    plugins/extraction/ExtrOcamlIntConv.v
- COQDEP    plugins/extraction/ExtrOcamlBasic.v
- COQDEP    plugins/nsatz/Nsatz.v
- COQDEP    plugins/quote/Quote.v
- COQDEP    plugins/setoid_ring/Integral_domain.v
- COQDEP    plugins/setoid_ring/Rings_Q.v
- COQDEP    plugins/setoid_ring/Rings_R.v
- COQDEP    plugins/setoid_ring/Rings_Z.v
- COQDEP    plugins/setoid_ring/Ncring_tac.v
- COQDEP    plugins/setoid_ring/Ncring_initial.v
- COQDEP    plugins/setoid_ring/Ncring_polynom.v
- COQDEP    plugins/setoid_ring/Ncring.v
- COQDEP    plugins/setoid_ring/Cring.v
- COQDEP    plugins/setoid_ring/Algebra_syntax.v
- COQDEP    plugins/setoid_ring/ZArithRing.v
- COQDEP    plugins/setoid_ring/Ring.v
- COQDEP    plugins/setoid_ring/Ring_theory.v
- COQDEP    plugins/setoid_ring/Ring_tac.v
- COQDEP    plugins/setoid_ring/Ring_polynom.v
- COQDEP    plugins/setoid_ring/Ring_equiv.v
- COQDEP    plugins/setoid_ring/Ring_base.v
- COQDEP    plugins/setoid_ring/RealField.v
- COQDEP    plugins/setoid_ring/NArithRing.v
- COQDEP    plugins/setoid_ring/InitialRing.v
- COQDEP    plugins/setoid_ring/Field.v
- COQDEP    plugins/setoid_ring/Field_theory.v
- COQDEP    plugins/setoid_ring/Field_tac.v
- COQDEP    plugins/setoid_ring/BinList.v
- COQDEP    plugins/setoid_ring/ArithRing.v
- COQDEP    plugins/rtauto/Rtauto.v
- COQDEP    plugins/rtauto/Bintree.v
- COQDEP    plugins/funind/Recdef.v
- COQDEP    plugins/fourier/Fourier.v
- COQDEP    plugins/fourier/Fourier_util.v
- COQDEP    plugins/field/LegacyField.v
- COQDEP    plugins/field/LegacyField_Theory.v
- COQDEP    plugins/field/LegacyField_Tactic.v
- COQDEP    plugins/field/LegacyField_Compl.v
- COQDEP    plugins/ring/Setoid_ring.v
- COQDEP    plugins/ring/Setoid_ring_theory.v
- COQDEP    plugins/ring/Setoid_ring_normalize.v
- COQDEP    plugins/ring/Ring_normalize.v
- COQDEP    plugins/ring/Ring_abstract.v
- COQDEP    plugins/ring/LegacyZArithRing.v
- COQDEP    plugins/ring/LegacyRing.v
- 2472 states, 7945 transitions, table size 46612 bytes
- COQDEP    plugins/ring/LegacyRing_theory.v
- COQDEP    plugins/ring/LegacyNArithRing.v
- COQDEP    plugins/ring/LegacyArithRing.v
- COQDEP    plugins/micromega/ZMicromega.v
- COQDEP    plugins/micromega/ZCoeff.v
- COQDEP    plugins/micromega/VarMap.v
- COQDEP    plugins/micromega/Tauto.v
- COQDEP    plugins/micromega/RMicromega.v
- COQDEP    plugins/micromega/RingMicromega.v
- COQDEP    plugins/micromega/Refl.v
- COQDEP    plugins/micromega/QMicromega.v
- COQDEP    plugins/micromega/Psatz.v
- COQDEP    plugins/micromega/OrderedRing.v
- COQDEP    plugins/micromega/Env.v
- COQDEP    plugins/micromega/EnvRing.v
- COQDEP    plugins/micromega/CheckerMaker.v
- COQDEP    plugins/romega/ROmega.v
- COQDEP    plugins/romega/ReflOmegaCore.v
- COQDEP    plugins/omega/PreOmega.v
- COQDEP    plugins/omega/Omega.v
- COQDEP    plugins/omega/OmegaPlugin.v
- COQDEP    plugins/omega/OmegaLemmas.v
- COQDEP    theories/Vectors/Vector.v
- COQDEP    theories/Vectors/VectorSpec.v
- COQDEP    theories/Vectors/VectorDef.v
- COQDEP    theories/Vectors/Fin.v
- COQDEP    theories/Structures/OrderedType.v
- COQDEP    theories/Structures/OrderedTypeEx.v
- COQDEP    theories/Structures/OrderedTypeAlt.v
- COQDEP    theories/Structures/DecidableTypeEx.v
- COQDEP    theories/Structures/GenericMinMax.v
- COQDEP    theories/Structures/DecidableType.v
- COQDEP    theories/Structures/OrdersAlt.v
- COQDEP    theories/Structures/OrdersTac.v
- COQDEP    theories/Structures/OrdersLists.v
- COQDEP    theories/Structures/OrdersFacts.v
- COQDEP    theories/Structures/OrdersEx.v
- COQDEP    theories/Structures/Orders.v
- COQDEP    theories/Structures/EqualitiesFacts.v
- COQDEP    theories/Structures/Equalities.v
- COQDEP    theories/Program/Wf.v
- COQDEP    theories/Program/Utils.v
- COQDEP    theories/Program/Tactics.v
- COQDEP    theories/Program/Syntax.v
- COQDEP    theories/Program/Subset.v
- COQDEP    theories/Program/Program.v
- COQDEP    theories/Program/Equality.v
- COQDEP    theories/Program/Combinators.v
- COQDEP    theories/Program/Basics.v
- COQDEP    theories/Classes/RelationPairs.v
- COQDEP    theories/Classes/SetoidTactics.v
- COQDEP    theories/Classes/SetoidDec.v
- COQDEP    theories/Classes/SetoidClass.v
- COQDEP    theories/Classes/RelationClasses.v
- COQDEP    theories/Classes/Morphisms.v
- COQDEP    theories/Classes/Morphisms_Relations.v
- COQDEP    theories/Classes/Morphisms_Prop.v
- COQDEP    theories/Classes/Init.v
- COQDEP    theories/Classes/EquivDec.v
- COQDEP    theories/Classes/Equivalence.v
- COQDEP    theories/Unicode/Utf8_core.v
- COQDEP    theories/Unicode/Utf8.v
- COQDEP    theories/Numbers/Rational/SpecViaQ/QSig.v
- COQDEP    theories/Numbers/Rational/BigQ/QMake.v
- COQDEP    theories/Numbers/Rational/BigQ/BigQ.v
- COQDEP    theories/Numbers/NumPrelude.v
- COQDEP    theories/Numbers/Natural/SpecViaZ/NSig.v
- COQDEP    theories/Numbers/Natural/SpecViaZ/NSigNAxioms.v
- COQDEP    theories/Numbers/Natural/Peano/NPeano.v
- COQDEP    theories/Numbers/Natural/Binary/NBinary.v
- COQDEP    theories/Numbers/Natural/BigN/NMake.v
- COQDEP    theories/Numbers/Natural/BigN/NMake_gen.v
- COQDEP    theories/Numbers/Natural/BigN/Nbasic.v
- COQDEP    theories/Numbers/Natural/BigN/BigN.v
- COQDEP    theories/Numbers/Natural/Abstract/NBits.v
- COQDEP    theories/Numbers/Natural/Abstract/NLcm.v
- COQDEP    theories/Numbers/Natural/Abstract/NGcd.v
- COQDEP    theories/Numbers/Natural/Abstract/NLog.v
- COQDEP    theories/Numbers/Natural/Abstract/NSqrt.v
- COQDEP    theories/Numbers/Natural/Abstract/NPow.v
- COQDEP    theories/Numbers/Natural/Abstract/NParity.v
- COQDEP    theories/Numbers/Natural/Abstract/NMaxMin.v
- COQDEP    theories/Numbers/Natural/Abstract/NDiv.v
- COQDEP    theories/Numbers/Natural/Abstract/NProperties.v
- COQDEP    theories/Numbers/Natural/Abstract/NSub.v
- COQDEP    theories/Numbers/Natural/Abstract/NStrongRec.v
- COQDEP    theories/Numbers/Natural/Abstract/NOrder.v
- COQDEP    theories/Numbers/Natural/Abstract/NMulOrder.v
- COQDEP    theories/Numbers/Natural/Abstract/NIso.v
- COQDEP    theories/Numbers/Natural/Abstract/NDefOps.v
- COQDEP    theories/Numbers/Natural/Abstract/NBase.v
- COQDEP    theories/Numbers/Natural/Abstract/NAxioms.v
- COQDEP    theories/Numbers/Natural/Abstract/NAdd.v
- COQDEP    theories/Numbers/Natural/Abstract/NAddOrder.v
- COQDEP    theories/Numbers/NatInt/NZBits.v
- COQDEP    theories/Numbers/NatInt/NZGcd.v
- COQDEP    theories/Numbers/NatInt/NZLog.v
- COQDEP    theories/Numbers/NatInt/NZSqrt.v
- COQDEP    theories/Numbers/NatInt/NZPow.v
- COQDEP    theories/Numbers/NatInt/NZDiv.v
- COQDEP    theories/Numbers/NatInt/NZParity.v
- COQDEP    theories/Numbers/NatInt/NZDomain.v
- COQDEP    theories/Numbers/NatInt/NZProperties.v
- COQDEP    theories/Numbers/NatInt/NZOrder.v
- COQDEP    theories/Numbers/NatInt/NZMul.v
- COQDEP    theories/Numbers/NatInt/NZMulOrder.v
- COQDEP    theories/Numbers/NatInt/NZBase.v
- COQDEP    theories/Numbers/NatInt/NZAxioms.v
- COQDEP    theories/Numbers/NatInt/NZAdd.v
- COQDEP    theories/Numbers/NatInt/NZAddOrder.v
- COQDEP    theories/Numbers/NaryFunctions.v
- COQDEP    theories/Numbers/Integer/SpecViaZ/ZSigZAxioms.v
- COQDEP    theories/Numbers/Integer/SpecViaZ/ZSig.v
- COQDEP    theories/Numbers/Integer/NatPairs/ZNatPairs.v
- COQDEP    theories/Numbers/Integer/Binary/ZBinary.v
- COQDEP    theories/Numbers/Integer/BigZ/ZMake.v
- COQDEP    theories/Numbers/Integer/BigZ/BigZ.v
- COQDEP    theories/Numbers/Integer/Abstract/ZProperties.v
- COQDEP    theories/Numbers/Integer/Abstract/ZBits.v
- COQDEP    theories/Numbers/Integer/Abstract/ZLcm.v
- COQDEP    theories/Numbers/Integer/Abstract/ZGcd.v
- COQDEP    theories/Numbers/Integer/Abstract/ZPow.v
- COQDEP    theories/Numbers/Integer/Abstract/ZParity.v
- COQDEP    theories/Numbers/Integer/Abstract/ZMaxMin.v
- COQDEP    theories/Numbers/Integer/Abstract/ZDivEucl.v
- COQDEP    theories/Numbers/Integer/Abstract/ZDivTrunc.v
- COQDEP    theories/Numbers/Integer/Abstract/ZDivFloor.v
- COQDEP    theories/Numbers/Integer/Abstract/ZSgnAbs.v
- COQDEP    theories/Numbers/Integer/Abstract/ZMul.v
- COQDEP    theories/Numbers/Integer/Abstract/ZMulOrder.v
- COQDEP    theories/Numbers/Integer/Abstract/ZLt.v
- COQDEP    theories/Numbers/Integer/Abstract/ZBase.v
- COQDEP    theories/Numbers/Integer/Abstract/ZAxioms.v
- COQDEP    theories/Numbers/Integer/Abstract/ZAdd.v
- COQDEP    theories/Numbers/Integer/Abstract/ZAddOrder.v
- COQDEP    theories/Numbers/Cyclic/ZModulo/ZModulo.v
- COQDEP    theories/Numbers/Cyclic/Int31/Ring31.v
- COQDEP    theories/Numbers/Cyclic/Int31/Cyclic31.v
- COQDEP    theories/Numbers/Cyclic/Int31/Int31.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleType.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleSub.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleMul.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleLift.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleDiv.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleDivn1.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleBase.v
- COQDEP    theories/Numbers/Cyclic/DoubleCyclic/DoubleAdd.v
- COQDEP    theories/Numbers/Cyclic/Abstract/NZCyclic.v
- COQDEP    theories/Numbers/Cyclic/Abstract/CyclicAxioms.v
- COQDEP    theories/Numbers/BigNumPrelude.v
- COQDEP    theories/Numbers/BinNums.v
- COQDEP    theories/QArith/Qminmax.v
- COQDEP    theories/QArith/QOrderedType.v
- COQDEP    theories/QArith/Qround.v
- COQDEP    theories/QArith/Qring.v
- COQDEP    theories/QArith/Qreduction.v
- COQDEP    theories/QArith/Qreals.v
- COQDEP    theories/QArith/Qpower.v
- COQDEP    theories/QArith/Qfield.v
- COQDEP    theories/QArith/Qcanon.v
- COQDEP    theories/QArith/QArith.v
- COQDEP    theories/QArith/QArith_base.v
- COQDEP    theories/QArith/Qabs.v
- COQDEP    theories/Sorting/Mergesort.v
- COQDEP    theories/Sorting/Sorting.v
- COQDEP    theories/Sorting/Sorted.v
- COQDEP    theories/Sorting/PermutEq.v
- COQDEP    theories/Sorting/PermutSetoid.v
- COQDEP    theories/Sorting/Permutation.v
- COQDEP    theories/Sorting/Heap.v
- COQDEP    theories/Reals/Rminmax.v
- COQDEP    theories/Reals/ROrderedType.v
- COQDEP    theories/Reals/Sqrt_reg.v
- COQDEP    theories/Reals/SplitRmult.v
- COQDEP    theories/Reals/SplitAbsolu.v
- COQDEP    theories/Reals/SeqSeries.v
- COQDEP    theories/Reals/SeqProp.v
- COQDEP    theories/Reals/Rtrigo.v
- COQDEP    theories/Reals/Rtrigo1.v
- COQDEP    theories/Reals/Rtrigo_reg.v
- COQDEP    theories/Reals/Rtrigo_fun.v
- COQDEP    theories/Reals/Rtrigo_def.v
- COQDEP    theories/Reals/Rtrigo_calc.v
- COQDEP    theories/Reals/Rtrigo_alt.v
- COQDEP    theories/Reals/Rtopology.v
- COQDEP    theories/Reals/R_sqr.v
- COQDEP    theories/Reals/R_sqrt.v
- COQDEP    theories/Reals/Rsqrt_def.v
- COQDEP    theories/Reals/Rsigma.v
- COQDEP    theories/Reals/Rseries.v
- COQDEP    theories/Reals/Rprod.v
- COQDEP    theories/Reals/Rpower.v
- COQDEP    theories/Reals/Rpow_def.v
- COQDEP    theories/Reals/Rlogic.v
- COQDEP    theories/Reals/RList.v
- COQDEP    theories/Reals/Rlimit.v
- COQDEP    theories/Reals/RIneq.v
- COQDEP    theories/Reals/R_Ifp.v
- COQDEP    theories/Reals/RiemannInt.v
- COQDEP    theories/Reals/RiemannInt_SF.v
- COQDEP    theories/Reals/Rgeom.v
- COQDEP    theories/Reals/Rfunctions.v
- COQDEP    theories/Reals/Reals.v
- COQDEP    theories/Reals/Rderiv.v
- COQDEP    theories/Reals/Rdefinitions.v
- COQDEP    theories/Reals/Rcomplete.v
- COQDEP    theories/Reals/Rbasic_fun.v
- COQDEP    theories/Reals/Rbase.v
- COQDEP    theories/Reals/Raxioms.v
- COQDEP    theories/Reals/Ratan.v
- COQDEP    theories/Reals/Ranalysis_reg.v
- COQDEP    theories/Reals/Ranalysis.v
- COQDEP    theories/Reals/Ranalysis5.v
- COQDEP    theories/Reals/Ranalysis4.v
- COQDEP    theories/Reals/Ranalysis3.v
- COQDEP    theories/Reals/Ranalysis2.v
- COQDEP    theories/Reals/Ranalysis1.v
- COQDEP    theories/Reals/PSeries_reg.v
- COQDEP    theories/Reals/PartSum.v
- COQDEP    theories/Reals/NewtonInt.v
- COQDEP    theories/Reals/MVT.v
- COQDEP    theories/Reals/Machin.v
- COQDEP    theories/Reals/LegacyRfield.v
- COQDEP    theories/Reals/Integration.v
- COQDEP    theories/Reals/Exp_prop.v
- COQDEP    theories/Reals/DiscrR.v
- COQDEP    theories/Reals/Cos_rel.v
- COQDEP    theories/Reals/Cos_plus.v
- COQDEP    theories/Reals/Cauchy_prod.v
- COQDEP    theories/Reals/Binomial.v
- COQDEP    theories/Reals/ArithProp.v
- COQDEP    theories/Reals/AltSeries.v
- COQDEP    theories/Reals/Alembert.v
- COQDEP    theories/Wellfounded/Well_Ordering.v
- COQDEP    theories/Wellfounded/Wellfounded.v
- COQDEP    theories/Wellfounded/Union.v
- COQDEP    theories/Wellfounded/Transitive_Closure.v
- COQDEP    theories/Wellfounded/Lexicographic_Product.v
- COQDEP    theories/Wellfounded/Lexicographic_Exponentiation.v
- COQDEP    theories/Wellfounded/Inverse_Image.v
- COQDEP    theories/Wellfounded/Inclusion.v
- COQDEP    theories/Wellfounded/Disjoint_Union.v
- COQDEP    theories/Relations/Relations.v
- COQDEP    theories/Relations/Relation_Operators.v
- COQDEP    theories/Relations/Relation_Definitions.v
- COQDEP    theories/Relations/Operators_Properties.v
- COQDEP    theories/MSets/MSetPositive.v
- COQDEP    theories/MSets/MSetWeakList.v
- COQDEP    theories/MSets/MSetToFiniteSet.v
- COQDEP    theories/MSets/MSets.v
- COQDEP    theories/MSets/MSetProperties.v
- COQDEP    theories/MSets/MSetList.v
- COQDEP    theories/MSets/MSetInterface.v
- COQDEP    theories/MSets/MSetFacts.v
- COQDEP    theories/MSets/MSetEqProperties.v
- COQDEP    theories/MSets/MSetDecide.v
- COQDEP    theories/MSets/MSetRBT.v
- COQDEP    theories/MSets/MSetAVL.v
- COQDEP    theories/MSets/MSetGenTree.v
- COQDEP    theories/FSets/FSetWeakList.v
- COQDEP    theories/FSets/FSetToFiniteSet.v
- COQDEP    theories/FSets/FSets.v
- COQDEP    theories/FSets/FSetProperties.v
- COQDEP    theories/FSets/FSetList.v
- COQDEP    theories/FSets/FSetInterface.v
- COQDEP    theories/FSets/FSetFacts.v
- COQDEP    theories/FSets/FSetEqProperties.v
- COQDEP    theories/FSets/FSetDecide.v
- COQDEP    theories/FSets/FSetBridge.v
- COQDEP    theories/FSets/FSetPositive.v
- COQDEP    theories/FSets/FSetAVL.v
- COQDEP    theories/FSets/FSetCompat.v
- COQDEP    theories/FSets/FMapWeakList.v
- COQDEP    theories/FSets/FMaps.v
- COQDEP    theories/FSets/FMapPositive.v
- COQDEP    theories/FSets/FMapList.v
- COQDEP    theories/FSets/FMapInterface.v
- COQDEP    theories/FSets/FMapFullAVL.v
- COQDEP    theories/FSets/FMapFacts.v
- COQDEP    theories/FSets/FMapAVL.v
- COQDEP    theories/Sets/Uniset.v
- COQDEP    theories/Sets/Relations_3.v
- COQDEP    theories/Sets/Relations_3_facts.v
- COQDEP    theories/Sets/Relations_2.v
- COQDEP    theories/Sets/Relations_2_facts.v
- COQDEP    theories/Sets/Relations_1.v
- COQDEP    theories/Sets/Relations_1_facts.v
- COQDEP    theories/Sets/Powerset.v
- COQDEP    theories/Sets/Powerset_facts.v
- COQDEP    theories/Sets/Powerset_Classical_facts.v
- COQDEP    theories/Sets/Permut.v
- COQDEP    theories/Sets/Partial_Order.v
- COQDEP    theories/Sets/Multiset.v
- COQDEP    theories/Sets/Integers.v
- COQDEP    theories/Sets/Infinite_sets.v
- COQDEP    theories/Sets/Image.v
- COQDEP    theories/Sets/Finite_sets.v
- COQDEP    theories/Sets/Finite_sets_facts.v
- COQDEP    theories/Sets/Ensembles.v
- COQDEP    theories/Sets/Cpo.v
- COQDEP    theories/Sets/Constructive_sets.v
- COQDEP    theories/Strings/String.v
- COQDEP    theories/Sets/Classical_sets.v
- COQDEP    theories/Strings/Ascii.v
- COQDEP    theories/Lists/Streams.v
- COQDEP    theories/Lists/StreamMemo.v
- COQDEP    theories/Lists/SetoidPermutation.v
- COQDEP    theories/Lists/SetoidList.v
- COQDEP    theories/Lists/List.v
- COQDEP    theories/Lists/ListTactics.v
- COQDEP    theories/Lists/ListSet.v
- COQDEP    theories/Setoids/Setoid.v
- COQDEP    theories/ZArith/Zeuclid.v
- COQDEP    theories/ZArith/Zwf.v
- COQDEP    theories/ZArith/Zsqrt_compat.v
- COQDEP    theories/ZArith/Zpow_facts.v
- COQDEP    theories/ZArith/Zpower.v
- COQDEP    theories/ZArith/Zpow_def.v
- COQDEP    theories/ZArith/Zorder.v
- COQDEP    theories/ZArith/Zquot.v
- COQDEP    theories/ZArith/ZOdiv.v
- COQDEP    theories/ZArith/ZOdiv_def.v
- COQDEP    theories/ZArith/Znumtheory.v
- COQDEP    theories/ZArith/Znat.v
- COQDEP    theories/ZArith/Zmisc.v
- COQDEP    theories/ZArith/Zmin.v
- COQDEP    theories/ZArith/Zminmax.v
- COQDEP    theories/ZArith/Zmax.v
- COQDEP    theories/ZArith/Zlogarithm.v
- COQDEP    theories/ZArith/Zhints.v
- COQDEP    theories/ZArith/Zpow_alt.v
- COQDEP    theories/ZArith/Zgcd_alt.v
- COQDEP    theories/ZArith/Zeven.v
- COQDEP    theories/ZArith/Zdiv.v
- COQDEP    theories/ZArith/Zcomplements.v
- COQDEP    theories/ZArith/Zcompare.v
- COQDEP    theories/ZArith/Zbool.v
- COQDEP    theories/ZArith/Zdigits.v
- COQDEP    theories/ZArith/ZArith.v
- COQDEP    theories/ZArith/ZArith_dec.v
- COQDEP    theories/ZArith/ZArith_base.v
- COQDEP    theories/ZArith/Zabs.v
- COQDEP    theories/ZArith/Wf_Z.v
- COQDEP    theories/ZArith/Int.v
- COQDEP    theories/ZArith/BinInt.v
- COQDEP    theories/ZArith/BinIntDef.v
- COQDEP    theories/ZArith/auxiliary.v
- COQDEP    theories/NArith/Ngcd_def.v
- COQDEP    theories/NArith/Nsqrt_def.v
- COQDEP    theories/NArith/Ndiv_def.v
- COQDEP    theories/NArith/Nnat.v
- COQDEP    theories/NArith/Ndist.v
- COQDEP    theories/NArith/Ndigits.v
- COQDEP    theories/NArith/Ndec.v
- COQDEP    theories/NArith/NArith.v
- COQDEP    theories/NArith/BinNat.v
- COQDEP    theories/NArith/BinNatDef.v
- COQDEP    theories/PArith/PArith.v
- COQDEP    theories/PArith/POrderedType.v
- COQDEP    theories/PArith/Pnat.v
- COQDEP    theories/PArith/BinPos.v
- COQDEP    theories/PArith/BinPosDef.v
- COQDEP    theories/Bool/Zerob.v
- COQDEP    theories/Bool/Sumbool.v
- COQDEP    theories/Bool/IfProp.v
- COQDEP    theories/Bool/DecBool.v
- COQDEP    theories/Bool/Bvector.v
- COQDEP    theories/Bool/Bool.v
- COQDEP    theories/Bool/BoolEq.v
- COQDEP    theories/Arith/Wf_nat.v
- COQDEP    theories/Arith/Plus.v
- COQDEP    theories/Arith/Peano_dec.v
- COQDEP    theories/Arith/Mult.v
- COQDEP    theories/Arith/Min.v
- COQDEP    theories/Arith/Minus.v
- COQDEP    theories/Arith/Max.v
- COQDEP    theories/Arith/Lt.v
- COQDEP    theories/Arith/Le.v
- COQDEP    theories/Arith/Gt.v
- COQDEP    theories/Arith/Factorial.v
- COQDEP    theories/Arith/Even.v
- COQDEP    theories/Arith/Euclid.v
- COQDEP    theories/Arith/EqNat.v
- COQDEP    theories/Arith/Div2.v
- COQDEP    theories/Arith/Compare.v
- COQDEP    theories/Arith/Compare_dec.v
- COQDEP    theories/Arith/Bool_nat.v
- COQDEP    theories/Arith/Between.v
- COQDEP    theories/Arith/Arith.v
- COQDEP    theories/Arith/Arith_base.v
- COQDEP    theories/Logic/SetIsType.v
- COQDEP    theories/Logic/RelationalChoice.v
- COQDEP    theories/Logic/ProofIrrelevance.v
- COQDEP    theories/Logic/ProofIrrelevanceFacts.v
- COQDEP    theories/Logic/JMeq.v
- COQDEP    theories/Logic/IndefiniteDescription.v
- COQDEP    theories/Logic/Hurkens.v
- COQDEP    theories/Logic/ExtensionalityFacts.v
- COQDEP    theories/Logic/FunctionalExtensionality.v
- COQDEP    theories/Logic/Eqdep.v
- COQDEP    theories/Logic/EqdepFacts.v
- COQDEP    theories/Logic/Eqdep_dec.v
- COQDEP    theories/Logic/Epsilon.v
- COQDEP    theories/Logic/Diaconescu.v
- COQDEP    theories/Logic/Description.v
- COQDEP    theories/Logic/Decidable.v
- COQDEP    theories/Logic/ConstructiveEpsilon.v
- COQDEP    theories/Logic/Classical.v
- COQDEP    theories/Logic/ClassicalUniqueChoice.v
- COQDEP    theories/Logic/Classical_Type.v
- COQDEP    theories/Logic/Classical_Prop.v
- COQDEP    theories/Logic/Classical_Pred_Type.v
- COQDEP    theories/Logic/Classical_Pred_Set.v
- COQDEP    theories/Logic/ClassicalFacts.v
- COQDEP    theories/Logic/ClassicalEpsilon.v
- COQDEP    theories/Logic/ClassicalDescription.v
- COQDEP    theories/Logic/ClassicalChoice.v
- COQDEP    theories/Logic/ChoiceFacts.v
- COQDEP    theories/Logic/Berardi.v
- COQDEP    theories/Init/Wf.v
- COQDEP    theories/Init/Tactics.v
- COQDEP    theories/Init/Specif.v
- COQDEP    theories/Init/Prelude.v
- COQDEP    theories/Init/Peano.v
- COQDEP    theories/Init/Notations.v
- COQDEP    theories/Init/Logic.v
- COQDEP    theories/Init/Logic_Type.v
- COQDEP    theories/Init/Datatypes.v
- COQDEP  toplevel/toplevel.mllib
- COQDEP  tools/win32hack.mllib
- COQDEP  tactics/tactics.mllib
- COQDEP  tactics/hightactics.mllib
- COQDEP  proofs/proofs.mllib
- COQDEP  pretyping/pretyping.mllib
- COQDEP  plugins/xml/xml_plugin.mllib
- COQDEP  plugins/syntax/z_syntax_plugin.mllib
- COQDEP  plugins/syntax/string_syntax_plugin.mllib
- COQDEP  plugins/syntax/r_syntax_plugin.mllib
- COQDEP  plugins/syntax/numbers_syntax_plugin.mllib
- COQDEP  plugins/syntax/nat_syntax_plugin.mllib
- COQDEP  plugins/syntax/ascii_syntax_plugin.mllib
- COQDEP  plugins/subtac/subtac_plugin.mllib
- COQDEP  plugins/setoid_ring/newring_plugin.mllib
- COQDEP  plugins/rtauto/rtauto_plugin.mllib
- COQDEP  plugins/romega/romega_plugin.mllib
- COQDEP  plugins/ring/ring_plugin.mllib
- COQDEP  plugins/quote/quote_plugin.mllib
- COQDEP  plugins/nsatz/nsatz_plugin.mllib
- COQDEP  plugins/omega/omega_plugin.mllib
- COQDEP  plugins/micromega/micromega_plugin.mllib
- COQDEP  plugins/funind/recdef_plugin.mllib
- COQDEP  plugins/fourier/fourier_plugin.mllib
- COQDEP  plugins/firstorder/ground_plugin.mllib
- COQDEP  plugins/field/field_plugin.mllib
- COQDEP  plugins/extraction/extraction_plugin.mllib
- COQDEP  plugins/decl_mode/decl_mode_plugin.mllib
- COQDEP  plugins/cc/cc_plugin.mllib
- COQDEP  parsing/parsing.mllib
- COQDEP  parsing/highparsing.mllib
- COQDEP  parsing/grammar.mllib
- COQDEP  library/library.mllib
- COQDEP  lib/lib.mllib
- COQDEP  kernel/kernel.mllib
- COQDEP  interp/interp.mllib
- COQDEP  ide/ide.mllib
- COQDEP  dev/printers.mllib
- COQDEP  checker/check.mllib
- OCAMLDEP  toplevel/whelp.mli
- OCAMLDEP  toplevel/vernacinterp.mli
- OCAMLDEP  toplevel/vernacentries.mli
- OCAMLDEP  toplevel/vernac.mli
- OCAMLDEP  toplevel/usage.mli
- OCAMLDEP  toplevel/toplevel.mli
- OCAMLDEP  toplevel/search.mli
- OCAMLDEP  toplevel/record.mli
- OCAMLDEP  toplevel/mltop.mli
- OCAMLDEP  toplevel/metasyntax.mli
- OCAMLDEP  toplevel/libtypes.mli
- OCAMLDEP  toplevel/lemmas.mli
- OCAMLDEP  toplevel/interface.mli
- OCAMLDEP  toplevel/indschemes.mli
- OCAMLDEP  toplevel/ind_tables.mli
- OCAMLDEP  toplevel/ide_slave.mli
- OCAMLDEP  toplevel/ide_intf.mli
- OCAMLDEP  toplevel/himsg.mli
- OCAMLDEP  toplevel/discharge.mli
- OCAMLDEP  toplevel/coqtop.mli
- OCAMLDEP  toplevel/coqinit.mli
- OCAMLDEP  toplevel/command.mli
- OCAMLDEP  toplevel/classes.mli
- OCAMLDEP  toplevel/class.mli
- OCAMLDEP  toplevel/cerrors.mli
- OCAMLDEP  toplevel/backtrack.mli
- OCAMLDEP  toplevel/autoinstance.mli
- OCAMLDEP  toplevel/auto_ind_decl.mli
- OCAMLDEP  tools/coqdoc/tokens.mli
- OCAMLDEP  tools/coqdoc/output.mli
- OCAMLDEP  tools/coqdoc/index.mli
- OCAMLDEP  tools/coqdoc/cpretty.mli
- OCAMLDEP  tools/coqdoc/alpha.mli
- OCAMLDEP  tools/coqdep_lexer.mli
- OCAMLDEP  tools/coqdep_common.mli
- OCAMLDEP  tactics/termdn.mli
- OCAMLDEP  tactics/tactics.mli
- OCAMLDEP  tactics/tacticals.mli
- OCAMLDEP  tactics/tactic_option.mli
- OCAMLDEP  tactics/tacinterp.mli
- OCAMLDEP  tactics/refine.mli
- OCAMLDEP  tactics/nbtermdn.mli
- OCAMLDEP  tactics/leminv.mli
- OCAMLDEP  tactics/inv.mli
- OCAMLDEP  tactics/hipattern.mli
- OCAMLDEP  tactics/hiddentac.mli
- OCAMLDEP  tactics/extratactics.mli
- OCAMLDEP  tactics/extraargs.mli
- OCAMLDEP  tactics/evar_tactics.mli
- OCAMLDEP  tactics/equality.mli
- OCAMLDEP  tactics/eqschemes.mli
- OCAMLDEP  tactics/elimschemes.mli
- OCAMLDEP  tactics/elim.mli
- OCAMLDEP  tactics/eauto.mli
- OCAMLDEP  tactics/dn.mli
- OCAMLDEP  tactics/contradiction.mli
- OCAMLDEP  tactics/btermdn.mli
- OCAMLDEP  tactics/autorewrite.mli
- OCAMLDEP  tactics/auto.mli
- OCAMLDEP  proofs/tactic_debug.mli
- OCAMLDEP  proofs/tacmach.mli
- OCAMLDEP  proofs/refiner.mli
- OCAMLDEP  proofs/redexpr.mli
- OCAMLDEP  proofs/proofview.mli
- OCAMLDEP  proofs/proof_type.mli
- OCAMLDEP  proofs/proof_global.mli
- OCAMLDEP  proofs/proof.mli
- OCAMLDEP  proofs/pfedit.mli
- OCAMLDEP  proofs/logic.mli
- OCAMLDEP  proofs/goal.mli
- OCAMLDEP  proofs/evar_refiner.mli
- OCAMLDEP  proofs/clenvtac.mli
- OCAMLDEP  proofs/clenv.mli
- OCAMLDEP  pretyping/vnorm.mli
- OCAMLDEP  pretyping/unification.mli
- OCAMLDEP  pretyping/typing.mli
- OCAMLDEP  pretyping/typeclasses_errors.mli
- OCAMLDEP  pretyping/typeclasses.mli
- OCAMLDEP  pretyping/termops.mli
- OCAMLDEP  pretyping/term_dnet.mli
- OCAMLDEP  pretyping/tacred.mli
- OCAMLDEP  pretyping/retyping.mli
- OCAMLDEP  pretyping/reductionops.mli
- OCAMLDEP  pretyping/recordops.mli
- OCAMLDEP  pretyping/pretyping.mli
- OCAMLDEP  pretyping/pretype_errors.mli
- OCAMLDEP  pretyping/pattern.mli
- OCAMLDEP  pretyping/namegen.mli
- OCAMLDEP  pretyping/matching.mli
- OCAMLDEP  pretyping/inductiveops.mli
- OCAMLDEP  pretyping/indrec.mli
- OCAMLDEP  pretyping/glob_term.mli
- OCAMLDEP  pretyping/evd.mli
- OCAMLDEP  pretyping/evarutil.mli
- OCAMLDEP  pretyping/evarconv.mli
- OCAMLDEP  pretyping/detyping.mli
- OCAMLDEP  pretyping/coercion.mli
- OCAMLDEP  pretyping/classops.mli
- OCAMLDEP  pretyping/cbv.mli
- OCAMLDEP  pretyping/cases.mli
- OCAMLDEP  pretyping/arguments_renaming.mli
- OCAMLDEP  plugins/xml/xmlcommand.mli
- OCAMLDEP  plugins/xml/xml.mli
- OCAMLDEP  plugins/xml/unshare.mli
- OCAMLDEP  plugins/xml/doubleTypeInference.mli
- OCAMLDEP  plugins/subtac/subtac_utils.mli
- OCAMLDEP  plugins/subtac/subtac_pretyping.mli
- OCAMLDEP  plugins/subtac/subtac_obligations.mli
- OCAMLDEP  plugins/subtac/subtac_errors.mli
- OCAMLDEP  plugins/subtac/subtac_command.mli
- OCAMLDEP  plugins/subtac/subtac_coercion.mli
- OCAMLDEP  plugins/subtac/subtac_classes.mli
- OCAMLDEP  plugins/subtac/subtac_cases.mli
- OCAMLDEP  plugins/subtac/subtac.mli
- OCAMLDEP  plugins/subtac/eterm.mli
- OCAMLDEP  plugins/rtauto/refl_tauto.mli
- OCAMLDEP  plugins/rtauto/proof_search.mli
- OCAMLDEP  plugins/romega/const_omega.mli
- OCAMLDEP  plugins/nsatz/utile.mli
- OCAMLDEP  plugins/nsatz/polynom.mli
- OCAMLDEP  plugins/micromega/sos.mli
- OCAMLDEP  plugins/micromega/micromega.mli
- OCAMLDEP  plugins/funind/indfun_common.mli
- OCAMLDEP  plugins/funind/indfun.mli
- OCAMLDEP  plugins/funind/glob_termops.mli
- OCAMLDEP  plugins/funind/glob_term_to_relation.mli
- OCAMLDEP  plugins/funind/functional_principles_types.mli
- OCAMLDEP  plugins/funind/functional_principles_proofs.mli
- OCAMLDEP  plugins/firstorder/unify.mli
- OCAMLDEP  plugins/firstorder/sequent.mli
- OCAMLDEP  plugins/firstorder/rules.mli
- OCAMLDEP  plugins/firstorder/instances.mli
- OCAMLDEP  plugins/firstorder/ground.mli
- OCAMLDEP  plugins/firstorder/formula.mli
- OCAMLDEP  plugins/extraction/table.mli
- OCAMLDEP  plugins/extraction/scheme.mli
- OCAMLDEP  plugins/extraction/ocaml.mli
- OCAMLDEP  plugins/extraction/modutil.mli
- OCAMLDEP  plugins/extraction/mlutil.mli
- OCAMLDEP  plugins/extraction/miniml.mli
- OCAMLDEP  plugins/extraction/haskell.mli
- OCAMLDEP  plugins/extraction/extraction.mli
- OCAMLDEP  plugins/extraction/extract_env.mli
- OCAMLDEP  plugins/extraction/common.mli
- OCAMLDEP  plugins/decl_mode/ppdecl_proof.mli
- OCAMLDEP  plugins/decl_mode/decl_proof_instr.mli
- OCAMLDEP  plugins/decl_mode/decl_mode.mli
- OCAMLDEP  plugins/decl_mode/decl_interp.mli
- OCAMLDEP  plugins/decl_mode/decl_expr.mli
- OCAMLDEP  plugins/cc/cctac.mli
- OCAMLDEP  plugins/cc/ccproof.mli
- OCAMLDEP  plugins/cc/ccalgo.mli
- OCAMLDEP  parsing/tok.mli
- OCAMLDEP  parsing/tactic_printer.mli
- OCAMLDEP  parsing/q_util.mli
- OCAMLDEP  parsing/printmod.mli
- OCAMLDEP  parsing/printer.mli
- OCAMLDEP  parsing/prettyp.mli
- OCAMLDEP  parsing/ppvernac.mli
- OCAMLDEP  parsing/pptactic.mli
- OCAMLDEP  parsing/ppconstr.mli
- OCAMLDEP  parsing/pcoq.mli
- OCAMLDEP  parsing/lexer.mli
- OCAMLDEP  parsing/extrawit.mli
- OCAMLDEP  parsing/extend.mli
- OCAMLDEP  parsing/egrammar.mli
- OCAMLDEP  library/summary.mli
- OCAMLDEP  library/states.mli
- OCAMLDEP  library/nametab.mli
- OCAMLDEP  library/nameops.mli
- OCAMLDEP  library/library.mli
- OCAMLDEP  library/libobject.mli
- OCAMLDEP  library/libnames.mli
- OCAMLDEP  library/lib.mli
- OCAMLDEP  library/impargs.mli
- OCAMLDEP  library/heads.mli
- OCAMLDEP  library/goptionstyp.mli
- OCAMLDEP  library/goptions.mli
- OCAMLDEP  library/global.mli
- OCAMLDEP  library/dischargedhypsmap.mli
- OCAMLDEP  library/decls.mli
- OCAMLDEP  library/declaremods.mli
- OCAMLDEP  library/declare.mli
- OCAMLDEP  library/decl_kinds.mli
- OCAMLDEP  library/assumptions.mli
- OCAMLDEP  lib/xml_utils.mli
- OCAMLDEP  lib/xml_parser.mli
- OCAMLDEP  lib/xml_lexer.mli
- OCAMLDEP  lib/util.mli
- OCAMLDEP  lib/unionfind.mli
- OCAMLDEP  lib/tries.mli
- OCAMLDEP  lib/system.mli
- OCAMLDEP  lib/store.mli
- OCAMLDEP  lib/segmenttree.mli
- OCAMLDEP  lib/rtree.mli
- OCAMLDEP  lib/profile.mli
- OCAMLDEP  lib/predicate.mli
- OCAMLDEP  lib/pp_control.mli
- OCAMLDEP  lib/pp.mli
- OCAMLDEP  lib/option.mli
- OCAMLDEP  lib/heap.mli
- OCAMLDEP  lib/hashtbl_alt.mli
- OCAMLDEP  lib/hashcons.mli
- OCAMLDEP  lib/gmapl.mli
- OCAMLDEP  lib/gmap.mli
- OCAMLDEP  lib/fset.mli
- OCAMLDEP  lib/fmap.mli
- OCAMLDEP  lib/flags.mli
- OCAMLDEP  lib/explore.mli
- OCAMLDEP  lib/errors.mli
- OCAMLDEP  lib/envars.mli
- OCAMLDEP  lib/dyn.mli
- OCAMLDEP  lib/dnet.mli
- OCAMLDEP  lib/bigint.mli
- OCAMLDEP  kernel/vm.mli
- OCAMLDEP  kernel/vconv.mli
- OCAMLDEP  kernel/univ.mli
- OCAMLDEP  kernel/typeops.mli
- OCAMLDEP  kernel/type_errors.mli
- OCAMLDEP  kernel/term_typing.mli
- OCAMLDEP  kernel/term.mli
- OCAMLDEP  kernel/subtyping.mli
- OCAMLDEP  kernel/sign.mli
- OCAMLDEP  kernel/safe_typing.mli
- OCAMLDEP  kernel/retroknowledge.mli
- OCAMLDEP  kernel/reduction.mli
- OCAMLDEP  kernel/pre_env.mli
- OCAMLDEP  kernel/names.mli
- OCAMLDEP  kernel/modops.mli
- OCAMLDEP  kernel/mod_typing.mli
- OCAMLDEP  kernel/mod_subst.mli
- OCAMLDEP  kernel/indtypes.mli
- OCAMLDEP  kernel/inductive.mli
- OCAMLDEP  kernel/esubst.mli
- OCAMLDEP  kernel/environ.mli
- OCAMLDEP  kernel/entries.mli
- OCAMLDEP  kernel/declarations.mli
- OCAMLDEP  kernel/csymtable.mli
- OCAMLDEP  kernel/cooking.mli
- OCAMLDEP  kernel/conv_oracle.mli
- OCAMLDEP  kernel/closure.mli
- OCAMLDEP  kernel/cemitcodes.mli
- OCAMLDEP  kernel/cbytegen.mli
- OCAMLDEP  kernel/cbytecodes.mli
- OCAMLDEP  interp/topconstr.mli
- OCAMLDEP  interp/syntax_def.mli
- OCAMLDEP  interp/smartlocate.mli
- OCAMLDEP  interp/reserve.mli
- OCAMLDEP  interp/ppextend.mli
- OCAMLDEP  interp/notation.mli
- OCAMLDEP  interp/modintern.mli
- OCAMLDEP  interp/implicit_quantifiers.mli
- OCAMLDEP  interp/genarg.mli
- OCAMLDEP  interp/dumpglob.mli
- OCAMLDEP  interp/coqlib.mli
- OCAMLDEP  interp/constrintern.mli
- OCAMLDEP  interp/constrextern.mli
- OCAMLDEP  ide/utils/okey.mli
- OCAMLDEP  ide/utils/configwin.mli
- OCAMLDEP  ide/utils/config_file.mli
- OCAMLDEP  ide/undo_lablgtk_lt26.mli
- OCAMLDEP  ide/undo_lablgtk_ge26.mli
- OCAMLDEP  ide/undo_lablgtk_ge212.mli
- OCAMLDEP  ide/tags.mli
- OCAMLDEP  ide/preferences.mli
- OCAMLDEP  ide/minilib.mli
- OCAMLDEP  ide/ideutils.mli
- OCAMLDEP  ide/coqide.mli
- OCAMLDEP  ide/coq.mli
- OCAMLDEP  ide/command_windows.mli
- OCAMLDEP  config/coq_config.mli
- OCAMLDEP  checker/typeops.mli
- OCAMLDEP  checker/type_errors.mli
- OCAMLDEP  checker/term.mli
- OCAMLDEP  checker/subtyping.mli
- OCAMLDEP  checker/safe_typing.mli
- OCAMLDEP  checker/reduction.mli
- OCAMLDEP  checker/modops.mli
- OCAMLDEP  checker/mod_checking.mli
- OCAMLDEP  checker/inductive.mli
- OCAMLDEP  checker/indtypes.mli
- OCAMLDEP  checker/environ.mli
- OCAMLDEP  checker/declarations.mli
- OCAMLDEP  checker/closure.mli
- OCAMLDEP  checker/check_stat.mli
- OCAMLDEP  plugins/xml/xml_plugin_mod.ml
- OCAMLDEP  plugins/syntax/z_syntax_plugin_mod.ml
- OCAMLDEP  plugins/syntax/string_syntax_plugin_mod.ml
- OCAMLDEP  plugins/syntax/r_syntax_plugin_mod.ml
- OCAMLDEP  plugins/syntax/numbers_syntax_plugin_mod.ml
- OCAMLDEP  plugins/syntax/nat_syntax_plugin_mod.ml
- OCAMLDEP  plugins/syntax/ascii_syntax_plugin_mod.ml
- OCAMLDEP  plugins/subtac/subtac_plugin_mod.ml
- OCAMLDEP  plugins/setoid_ring/newring_plugin_mod.ml
- OCAMLDEP  plugins/rtauto/rtauto_plugin_mod.ml
- OCAMLDEP  plugins/romega/romega_plugin_mod.ml
- OCAMLDEP  plugins/ring/ring_plugin_mod.ml
- OCAMLDEP  plugins/quote/quote_plugin_mod.ml
- OCAMLDEP  plugins/omega/omega_plugin_mod.ml
- OCAMLDEP  plugins/nsatz/nsatz_plugin_mod.ml
- OCAMLDEP  plugins/micromega/micromega_plugin_mod.ml
- OCAMLDEP  plugins/funind/recdef_plugin_mod.ml
- OCAMLDEP  plugins/fourier/fourier_plugin_mod.ml
- OCAMLDEP  plugins/firstorder/ground_plugin_mod.ml
- OCAMLDEP  plugins/field/field_plugin_mod.ml
- OCAMLDEP  plugins/extraction/extraction_plugin_mod.ml
- OCAMLDEP  plugins/decl_mode/decl_mode_plugin_mod.ml
- OCAMLDEP  plugins/cc/cc_plugin_mod.ml
- OCAMLDEP  toplevel/mltop.ml
- OCAMLDEP  plugins/xml/xml.ml
- OCAMLDEP  plugins/xml/proofTree2Xml.ml
- OCAMLDEP  plugins/xml/acic2Xml.ml
- OCAMLDEP  parsing/vernacextend.ml
- OCAMLDEP  parsing/tacextend.ml
- OCAMLDEP  parsing/q_util.ml
- OCAMLDEP  parsing/q_coqast.ml
- OCAMLDEP  parsing/q_constr.ml
- OCAMLDEP  parsing/pcoq.ml
- OCAMLDEP  parsing/lexer.ml
- OCAMLDEP  parsing/g_xml.ml
- OCAMLDEP  parsing/g_vernac.ml
- OCAMLDEP  parsing/g_tactic.ml
- OCAMLDEP  parsing/g_proofs.ml
- OCAMLDEP  parsing/g_prim.ml
- OCAMLDEP  parsing/g_ltac.ml
- OCAMLDEP  parsing/g_constr.ml
- OCAMLDEP  parsing/argextend.ml
- OCAMLDEP  lib/pp.ml
- OCAMLDEP  lib/compat.ml
- OCAMLDEP  ide/project_file.ml
- OCAMLDEP  ide/coqide_main.ml
- OCAMLDEP  kernel/copcodes.ml
- OCAMLDEP  scripts/tolink.ml
- OCAMLDEP  tools/gallina_lexer.ml
- OCAMLDEP  tools/coqwc.ml
- OCAMLDEP  tools/coqdoc/cpretty.ml
- OCAMLDEP  tools/coqdep_lexer.ml
- OCAMLDEP  lib/xml_lexer.ml
- OCAMLDEP  ide/utf8_convert.ml
- OCAMLDEP  ide/coq_lex.ml
- OCAMLDEP  ide/config_lexer.ml
- OCAMLDEP  toplevel/vernacinterp.ml
- OCAMLDEP  toplevel/vernacexpr.ml
- OCAMLDEP  toplevel/vernacentries.ml
- OCAMLDEP  toplevel/vernac.ml
- OCAMLDEP  toplevel/usage.ml
- OCAMLDEP  toplevel/toplevel.ml
- OCAMLDEP  toplevel/search.ml
- OCAMLDEP  toplevel/record.ml
- OCAMLDEP  toplevel/metasyntax.ml
- OCAMLDEP  toplevel/libtypes.ml
- OCAMLDEP  toplevel/lemmas.ml
- OCAMLDEP  toplevel/indschemes.ml
- OCAMLDEP  toplevel/ind_tables.ml
- OCAMLDEP  toplevel/ide_slave.ml
- OCAMLDEP  toplevel/ide_intf.ml
- OCAMLDEP  toplevel/himsg.ml
- OCAMLDEP  toplevel/discharge.ml
- OCAMLDEP  toplevel/coqtop.ml
- OCAMLDEP  toplevel/coqinit.ml
- OCAMLDEP  toplevel/command.ml
- OCAMLDEP  toplevel/classes.ml
- OCAMLDEP  toplevel/class.ml
- OCAMLDEP  toplevel/cerrors.ml
- OCAMLDEP  toplevel/backtrack.ml
- OCAMLDEP  toplevel/autoinstance.ml
- OCAMLDEP  toplevel/auto_ind_decl.ml
- OCAMLDEP  tools/win32hack_filename.ml
- OCAMLDEP  tools/mkwinapp.ml
- OCAMLDEP  tools/mingwpath.ml
- OCAMLDEP  tools/gallina.ml
- OCAMLDEP  tools/fake_ide.ml
- OCAMLDEP  tools/escape_string.ml
- OCAMLDEP  tools/coqdoc/tokens.ml
- OCAMLDEP  tools/coqdoc/output.ml
- OCAMLDEP  tools/coqdoc/main.ml
- OCAMLDEP  tools/coqdoc/index.ml
- OCAMLDEP  tools/coqdoc/cdglobals.ml
- OCAMLDEP  tools/coqdoc/alpha.ml
- OCAMLDEP  tools/coqdep_common.ml
- OCAMLDEP  tools/coqdep_boot.ml
- OCAMLDEP  tools/coqdep.ml
- OCAMLDEP  tools/coq_tex.ml
- OCAMLDEP  tools/coq_makefile.ml
- OCAMLDEP  tools/compat5b.ml
- OCAMLDEP  tools/compat5.ml
- OCAMLDEP  theories/Numbers/Natural/BigN/NMake_gen.ml
- OCAMLDEP  tactics/termdn.ml
- OCAMLDEP  tactics/tactics.ml
- OCAMLDEP  tactics/tacticals.ml
- OCAMLDEP  tactics/tactic_option.ml
- OCAMLDEP  tactics/tacinterp.ml
- OCAMLDEP  tactics/refine.ml
- OCAMLDEP  tactics/nbtermdn.ml
- OCAMLDEP  tactics/leminv.ml
- OCAMLDEP  tactics/inv.ml
- OCAMLDEP  tactics/hiddentac.ml
- OCAMLDEP  tactics/evar_tactics.ml
- OCAMLDEP  tactics/equality.ml
- OCAMLDEP  tactics/eqschemes.ml
- OCAMLDEP  tactics/elimschemes.ml
- OCAMLDEP  tactics/elim.ml
- OCAMLDEP  tactics/dn.ml
- OCAMLDEP  tactics/contradiction.ml
- OCAMLDEP  tactics/btermdn.ml
- OCAMLDEP  tactics/autorewrite.ml
- OCAMLDEP  tactics/auto.ml
- OCAMLDEP  scripts/coqmktop.ml
- OCAMLDEP  scripts/coqc.ml
- OCAMLDEP  proofs/tactic_debug.ml
- OCAMLDEP  proofs/tacmach.ml
- OCAMLDEP  proofs/tacexpr.ml
- OCAMLDEP  proofs/refiner.ml
- OCAMLDEP  proofs/redexpr.ml
- OCAMLDEP  proofs/proofview.ml
- OCAMLDEP  proofs/proof_type.ml
- OCAMLDEP  proofs/proof_global.ml
- OCAMLDEP  proofs/proof.ml
- OCAMLDEP  proofs/pfedit.ml
- OCAMLDEP  proofs/logic.ml
- OCAMLDEP  proofs/goal.ml
- OCAMLDEP  proofs/evar_refiner.ml
- OCAMLDEP  proofs/clenvtac.ml
- OCAMLDEP  proofs/clenv.ml
- OCAMLDEP  pretyping/vnorm.ml
- OCAMLDEP  pretyping/unification.ml
- OCAMLDEP  pretyping/typing.ml
- OCAMLDEP  pretyping/typeclasses_errors.ml
- OCAMLDEP  pretyping/typeclasses.ml
- OCAMLDEP  pretyping/termops.ml
- OCAMLDEP  pretyping/term_dnet.ml
- OCAMLDEP  pretyping/tacred.ml
- OCAMLDEP  pretyping/retyping.ml
- OCAMLDEP  pretyping/reductionops.ml
- OCAMLDEP  pretyping/recordops.ml
- OCAMLDEP  pretyping/pretyping.ml
- OCAMLDEP  pretyping/pretype_errors.ml
- OCAMLDEP  pretyping/pattern.ml
- OCAMLDEP  pretyping/namegen.ml
- OCAMLDEP  pretyping/matching.ml
- OCAMLDEP  pretyping/inductiveops.ml
- OCAMLDEP  pretyping/indrec.ml
- OCAMLDEP  pretyping/glob_term.ml
- OCAMLDEP  pretyping/evd.ml
- OCAMLDEP  pretyping/evarutil.ml
- OCAMLDEP  pretyping/evarconv.ml
- OCAMLDEP  pretyping/detyping.ml
- OCAMLDEP  pretyping/coercion.ml
- OCAMLDEP  pretyping/classops.ml
- OCAMLDEP  pretyping/cbv.ml
- OCAMLDEP  pretyping/cases.ml
- OCAMLDEP  pretyping/arguments_renaming.ml
- OCAMLDEP  plugins/xml/xmlcommand.ml
- OCAMLDEP  plugins/xml/unshare.ml
- OCAMLDEP  plugins/xml/proof2aproof.ml
- OCAMLDEP  plugins/xml/doubleTypeInference.ml
- OCAMLDEP  plugins/xml/cic2acic.ml
- OCAMLDEP  plugins/xml/cic2Xml.ml
- OCAMLDEP  plugins/xml/acic.ml
- OCAMLDEP  plugins/syntax/z_syntax.ml
- OCAMLDEP  plugins/syntax/string_syntax.ml
- OCAMLDEP  plugins/syntax/r_syntax.ml
- OCAMLDEP  plugins/syntax/numbers_syntax.ml
- OCAMLDEP  plugins/syntax/nat_syntax.ml
- OCAMLDEP  plugins/syntax/ascii_syntax.ml
- OCAMLDEP  plugins/subtac/subtac_utils.ml
- OCAMLDEP  plugins/subtac/subtac_pretyping_F.ml
- OCAMLDEP  plugins/subtac/subtac_pretyping.ml
- OCAMLDEP  plugins/subtac/subtac_obligations.ml
- OCAMLDEP  plugins/subtac/subtac_errors.ml
- OCAMLDEP  plugins/subtac/subtac_command.ml
- OCAMLDEP  plugins/subtac/subtac_coercion.ml
- OCAMLDEP  plugins/subtac/subtac_classes.ml
- OCAMLDEP  plugins/subtac/subtac_cases.ml
- OCAMLDEP  plugins/subtac/subtac.ml
- OCAMLDEP  plugins/subtac/eterm.ml
- OCAMLDEP  plugins/rtauto/refl_tauto.ml
- OCAMLDEP  plugins/rtauto/proof_search.ml
- OCAMLDEP  plugins/romega/refl_omega.ml
- OCAMLDEP  plugins/romega/const_omega.ml
- OCAMLDEP  plugins/ring/ring.ml
- OCAMLDEP  plugins/quote/quote.ml
- OCAMLDEP  plugins/omega/omega.ml
- OCAMLDEP  plugins/omega/coq_omega.ml
- OCAMLDEP  plugins/nsatz/utile.ml
- OCAMLDEP  plugins/nsatz/polynom.ml
- OCAMLDEP  plugins/nsatz/ideal.ml
- OCAMLDEP  plugins/micromega/sos_types.ml
- OCAMLDEP  plugins/micromega/sos_lib.ml
- OCAMLDEP  plugins/micromega/sos.ml
- OCAMLDEP  plugins/micromega/polynomial.ml
- OCAMLDEP  plugins/micromega/persistent_cache.ml
- OCAMLDEP  plugins/micromega/mutils.ml
- OCAMLDEP  plugins/micromega/micromega.ml
- OCAMLDEP  plugins/micromega/mfourier.ml
- OCAMLDEP  plugins/micromega/csdpcert.ml
- OCAMLDEP  plugins/micromega/coq_micromega.ml
- OCAMLDEP  plugins/micromega/certificate.ml
- OCAMLDEP  plugins/funind/recdef.ml
- OCAMLDEP  plugins/funind/merge.ml
- OCAMLDEP  plugins/funind/invfun.ml
- OCAMLDEP  plugins/funind/indfun_common.ml
- OCAMLDEP  plugins/funind/indfun.ml
- OCAMLDEP  plugins/funind/glob_termops.ml
- OCAMLDEP  plugins/funind/glob_term_to_relation.ml
- OCAMLDEP  plugins/funind/functional_principles_types.ml
- OCAMLDEP  plugins/funind/functional_principles_proofs.ml
- OCAMLDEP  plugins/fourier/fourierR.ml
- OCAMLDEP  plugins/fourier/fourier.ml
- OCAMLDEP  plugins/firstorder/unify.ml
- OCAMLDEP  plugins/firstorder/sequent.ml
- OCAMLDEP  plugins/firstorder/rules.ml
- OCAMLDEP  plugins/firstorder/instances.ml
- OCAMLDEP  plugins/firstorder/ground.ml
- OCAMLDEP  plugins/firstorder/formula.ml
- OCAMLDEP  plugins/extraction/table.ml
- OCAMLDEP  plugins/extraction/scheme.ml
- OCAMLDEP  plugins/extraction/ocaml.ml
- OCAMLDEP  plugins/extraction/modutil.ml
- OCAMLDEP  plugins/extraction/mlutil.ml
- OCAMLDEP  plugins/extraction/haskell.ml
- OCAMLDEP  plugins/extraction/extraction.ml
- OCAMLDEP  plugins/extraction/extract_env.ml
- OCAMLDEP  plugins/extraction/common.ml
- OCAMLDEP  plugins/extraction/big.ml
- OCAMLDEP  plugins/decl_mode/ppdecl_proof.ml
- OCAMLDEP  plugins/decl_mode/decl_proof_instr.ml
- OCAMLDEP  plugins/decl_mode/decl_interp.ml
- OCAMLDEP  plugins/decl_mode/decl_mode.ml
- OCAMLDEP  plugins/cc/cctac.ml
- OCAMLDEP  plugins/cc/ccproof.ml
- OCAMLDEP  plugins/cc/ccalgo.ml
- OCAMLDEP  parsing/tok.ml
- OCAMLDEP  parsing/tactic_printer.ml
- OCAMLDEP  parsing/printmod.ml
- OCAMLDEP  parsing/printer.ml
- OCAMLDEP  parsing/prettyp.ml
- OCAMLDEP  parsing/ppvernac.ml
- OCAMLDEP  parsing/pptactic.ml
- OCAMLDEP  parsing/ppconstr.ml
- OCAMLDEP  parsing/extrawit.ml
- OCAMLDEP  parsing/extend.ml
- OCAMLDEP  parsing/egrammar.ml
- OCAMLDEP  myocamlbuild.ml
- OCAMLDEP  library/summary.ml
- OCAMLDEP  library/states.ml
- OCAMLDEP  library/nametab.ml
- OCAMLDEP  library/nameops.ml
- OCAMLDEP  library/library.ml
- OCAMLDEP  library/libobject.ml
- OCAMLDEP  library/libnames.ml
- OCAMLDEP  library/lib.ml
- OCAMLDEP  library/impargs.ml
- OCAMLDEP  library/heads.ml
- OCAMLDEP  library/goptions.ml
- OCAMLDEP  library/global.ml
- OCAMLDEP  library/dischargedhypsmap.ml
- OCAMLDEP  library/decls.ml
- OCAMLDEP  library/declaremods.ml
- OCAMLDEP  library/declare.ml
- OCAMLDEP  library/decl_kinds.ml
- OCAMLDEP  library/assumptions.ml
- OCAMLDEP  lib/xml_utils.ml
- OCAMLDEP  lib/xml_parser.ml
- OCAMLDEP  lib/util.ml
- OCAMLDEP  lib/unionfind.ml
- OCAMLDEP  lib/unicodetable.ml
- OCAMLDEP  lib/tries.ml
- OCAMLDEP  lib/system.ml
- OCAMLDEP  lib/store.ml
- OCAMLDEP  lib/segmenttree.ml
- OCAMLDEP  lib/rtree.ml
- OCAMLDEP  lib/profile.ml
- OCAMLDEP  lib/predicate.ml
- OCAMLDEP  lib/pp_control.ml
- OCAMLDEP  lib/option.ml
- OCAMLDEP  lib/heap.ml
- OCAMLDEP  lib/hashtbl_alt.ml
- OCAMLDEP  lib/hashcons.ml
- OCAMLDEP  lib/gmapl.ml
- OCAMLDEP  lib/gmap.ml
- OCAMLDEP  lib/fset.ml
- OCAMLDEP  lib/fmap.ml
- OCAMLDEP  lib/flags.ml
- OCAMLDEP  lib/explore.ml
- OCAMLDEP  lib/errors.ml
- OCAMLDEP  lib/envars.ml
- OCAMLDEP  lib/dyn.ml
- OCAMLDEP  lib/dnet.ml
- OCAMLDEP  lib/bigint.ml
- OCAMLDEP  kernel/vconv.ml
- OCAMLDEP  kernel/vm.ml
- OCAMLDEP  kernel/univ.ml
- OCAMLDEP  kernel/typeops.ml
- OCAMLDEP  kernel/type_errors.ml
- OCAMLDEP  kernel/term_typing.ml
- OCAMLDEP  kernel/term.ml
- OCAMLDEP  kernel/subtyping.ml
- OCAMLDEP  kernel/sign.ml
- OCAMLDEP  kernel/safe_typing.ml
- OCAMLDEP  kernel/retroknowledge.ml
- OCAMLDEP  kernel/reduction.ml
- OCAMLDEP  kernel/pre_env.ml
- OCAMLDEP  kernel/names.ml
- OCAMLDEP  kernel/mod_typing.ml
- OCAMLDEP  kernel/modops.ml
- OCAMLDEP  kernel/mod_subst.ml
- OCAMLDEP  kernel/inductive.ml
- OCAMLDEP  kernel/indtypes.ml
- OCAMLDEP  kernel/esubst.ml
- OCAMLDEP  kernel/environ.ml
- OCAMLDEP  kernel/entries.ml
- OCAMLDEP  kernel/declarations.ml
- OCAMLDEP  kernel/csymtable.ml
- OCAMLDEP  kernel/cooking.ml
- OCAMLDEP  kernel/conv_oracle.ml
- OCAMLDEP  kernel/closure.ml
- OCAMLDEP  kernel/cemitcodes.ml
- OCAMLDEP  kernel/cbytegen.ml
- OCAMLDEP  kernel/cbytecodes.ml
- OCAMLDEP  interp/topconstr.ml
- OCAMLDEP  interp/syntax_def.ml
- OCAMLDEP  interp/smartlocate.ml
- OCAMLDEP  interp/reserve.ml
- OCAMLDEP  interp/ppextend.ml
- OCAMLDEP  interp/notation.ml
- OCAMLDEP  interp/modintern.ml
- OCAMLDEP  interp/implicit_quantifiers.ml
- OCAMLDEP  interp/genarg.ml
- OCAMLDEP  interp/dumpglob.ml
- OCAMLDEP  interp/coqlib.ml
- OCAMLDEP  interp/constrintern.ml
- OCAMLDEP  interp/constrextern.ml
- OCAMLDEP  ide/utils/okey.ml
- OCAMLDEP  ide/utils/editable_cells.ml
- OCAMLDEP  ide/utils/configwin_types.ml
- OCAMLDEP  ide/utils/configwin_messages.ml
- OCAMLDEP  ide/utils/configwin_keys.ml
- OCAMLDEP  ide/utils/configwin_ihm.ml
- OCAMLDEP  ide/utils/configwin.ml
- OCAMLDEP  ide/utils/config_file.ml
- OCAMLDEP  ide/undo.ml
- OCAMLDEP  ide/typed_notebook.ml
- OCAMLDEP  ide/tags.ml
- OCAMLDEP  ide/preferences.ml
- OCAMLDEP  ide/minilib.ml
- OCAMLDEP  ide/ideutils.ml
- OCAMLDEP  ide/ideproof.ml
- OCAMLDEP  ide/gtk_parsing.ml
- OCAMLDEP  ide/coqide_ui.ml
- OCAMLDEP  ide/coqide.ml
- OCAMLDEP  ide/coq_commands.ml
- OCAMLDEP  ide/coq.ml
- OCAMLDEP  ide/command_windows.ml
- OCAMLDEP  dev/vm_printers.ml
- OCAMLDEP  dev/top_printers.ml
- OCAMLDEP  dev/db_printers.ml
- OCAMLDEP  config/coq_config.ml
- OCAMLDEP  checker/validate.ml
- OCAMLDEP  checker/typeops.ml
- OCAMLDEP  checker/type_errors.ml
- OCAMLDEP  checker/term.ml
- OCAMLDEP  checker/subtyping.ml
- OCAMLDEP  checker/safe_typing.ml
- OCAMLDEP  checker/reduction.ml
- OCAMLDEP  checker/modops.ml
- OCAMLDEP  checker/mod_checking.ml
- OCAMLDEP  checker/main.ml
- OCAMLDEP  checker/inductive.ml
- OCAMLDEP  checker/indtypes.ml
- OCAMLDEP  checker/environ.ml
- OCAMLDEP  checker/declarations.ml
- OCAMLDEP  checker/closure.ml
- OCAMLDEP  checker/checker.ml
- OCAMLDEP  checker/check.ml
- OCAMLDEP  checker/check_stat.ml
- OCAMLC    config/coq_config.mli
- OCAMLC    lib/profile.mli
- OCAMLC    lib/pp_control.mli
- OCAMLC    parsing/tok.mli
- OCAMLC    lib/flags.mli
- OCAMLC    lib/segmenttree.mli
- OCAMLC    lib/unicodetable.ml
- OCAMLC    lib/bigint.mli
- OCAMLC    lib/dyn.mli
- OCAMLC    lib/hashcons.mli
- OCAMLC    lib/predicate.mli
- OCAMLC    lib/option.mli
- OCAMLC    lib/store.mli
- OCAMLC    lib/hashtbl_alt.mli
- OCAMLC    kernel/copcodes.ml
- OCAMLC    library/summary.mli
- OCAMLC    library/goptionstyp.mli
- OCAMLC    config/coq_config.ml
- OCAMLC    lib/profile.ml
- OCAMLC    lib/pp_control.ml
- OCAMLC    lib/pp.mli
- OCAMLC    lib/compat.ml
- OCAMLC    lib/flags.ml
- OCAMLC    lib/segmenttree.ml
- OCAMLC    lib/bigint.ml
- OCAMLC    lib/hashcons.ml
- OCAMLC    lib/predicate.ml
- OCAMLC    lib/option.ml
- OCAMLC    lib/hashtbl_alt.ml
- OCAMLC    parsing/tok.ml
- File "lib/predicate.ml", line 57, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/predicate.ml", line 58, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/hashcons.ml", line 151, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/hashcons.ml", line 154, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    lib/pp.ml
- OCAMLC    lib/errors.mli
- OCAMLC    lib/rtree.mli
- OCAMLC    kernel/names.mli
- File "lib/hashtbl_alt.ml", line 50, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/predicate.ml", line 95, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/flags.ml", line 103, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/flags.ml", line 103, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 86, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 95, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 115, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 135, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 138, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 176, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 178, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/bigint.ml", line 196, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 197, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 201, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 205, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 206, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 208, characters 58-60:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 217, characters 2-4:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 220, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 221, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/profile.ml", line 282, characters 10-19:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "lib/bigint.ml", line 256, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/pp.ml4", line 222, characters 13-31:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "lib/pp.ml4", line 246, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "lib/pp.ml4", line 248, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "lib/pp.ml4", line 252, characters 44-62:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "lib/bigint.ml", line 286, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/pp.ml4", line 256, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "lib/pp.ml4", line 258, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "lib/pp.ml4", line 261, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "lib/pp.ml4", line 265, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "lib/bigint.ml", line 294, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/profile.ml", line 355, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/univ.mli
- OCAMLC    kernel/conv_oracle.mli
- OCAMLC    interp/ppextend.mli
- File "lib/bigint.ml", line 382, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 387, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 392, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 397, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 403, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    lib/util.mli
- OCAMLC    parsing/extend.mli
- OCAMLC    lib/util.ml
- OCAMLC    lib/errors.ml
- OCAMLC    lib/dyn.ml
- OCAMLC    lib/rtree.ml
- OCAMLC    lib/store.ml
- OCAMLC    kernel/names.ml
- OCAMLC    kernel/univ.ml
- OCAMLC    kernel/esubst.mli
- OCAMLC    kernel/conv_oracle.ml
- OCAMLC    library/summary.ml
- OCAMLC    interp/ppextend.ml
- OCAMLC    parsing/lexer.mli
- OCAMLC    parsing/extend.ml
- File "kernel/names.ml", line 28, characters 41-52:
- Warning 3: deprecated: String.copy
- File "kernel/names.ml", line 29, characters 22-33:
- Warning 3: deprecated: String.copy
- OCAMLC    kernel/esubst.ml
- OCAMLC    kernel/term.mli
- File "kernel/esubst.ml", line 52, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/univ.ml", line 97, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/names.ml", line 359, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    kernel/term.ml
- OCAMLC    kernel/mod_subst.mli
- OCAMLC    kernel/sign.mli
- OCAMLC    kernel/cbytecodes.mli
- OCAMLC    library/nameops.mli
- File "kernel/univ.ml", line 582, characters 38-56:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    kernel/sign.ml
- OCAMLC    kernel/entries.mli
- OCAMLC    kernel/mod_subst.ml
- OCAMLC    library/libnames.mli
- OCAMLC    library/nameops.ml
- OCAMLC    parsing/lexer.ml
- OCAMLC    kernel/cbytecodes.ml
- OCAMLC    kernel/cemitcodes.mli
- OCAMLC    kernel/retroknowledge.mli
- OCAMLC    kernel/entries.ml
- File "lib/util.ml", line 75, characters 41-43:
- File "library/nameops.ml", line 40, characters 25-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/univ.ml", line 805, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 78, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 78, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 78, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/cemitcodes.ml
- File "library/nameops.ml", line 61, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/nameops.ml", line 64, characters 26-37:
- Warning 3: deprecated: String.copy
- File "lib/util.ml", line 113, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 113, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/nameops.ml", line 83, characters 13-24:
- Warning 3: deprecated: String.copy
- File "library/nameops.ml", line 84, characters 1-12:
- Warning 3: deprecated: String.fill
- Use Bytes.fill instead.
- File "library/nameops.ml", line 85, characters 1-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "library/nameops.ml", line 91, characters 1-12:
- Warning 3: deprecated: String.fill
- Use Bytes.fill instead.
- File "library/nameops.ml", line 92, characters 1-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/univ.ml", line 849, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 125, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    kernel/declarations.mli
- OCAMLC    kernel/retroknowledge.ml
- File "kernel/term.ml", line 140, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 184, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 280, characters 6-38:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 286, characters 6-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 287, characters 6-40:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 293, characters 6-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 294, characters 6-49:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 295, characters 6-42:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/term.ml", line 307, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 305, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    library/libnames.ml
- OCAMLC    library/nametab.mli
- OCAMLC    library/libobject.mli
- OCAMLC    library/decl_kinds.mli
- File "kernel/cemitcodes.ml", line 28, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 29, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 30, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 31, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 40, characters 21-34:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "kernel/cemitcodes.ml", line 55, characters 21-34:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "kernel/cemitcodes.ml", line 85, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cemitcodes.ml", line 91, characters 2-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 92, characters 2-54:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 93, characters 2-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 94, characters 2-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    library/decl_kinds.ml
- OCAMLC    library/libobject.ml
- OCAMLC    library/lib.mli
- OCAMLC    kernel/declarations.ml
- OCAMLC    kernel/pre_env.mli
- OCAMLC    library/nametab.ml
- OCAMLC    library/goptions.mli
- File "kernel/term.ml", line 567, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 568, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 569, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 569, characters 64-65:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 575, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 580, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 580, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 582, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 582, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 584, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 584, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 594, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/cemitcodes.ml", line 294, characters 17-29:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cemitcodes.ml", line 299, characters 11-22:
- Warning 3: deprecated: String.copy
- File "kernel/cemitcodes.ml", line 348, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "kernel/declarations.ml", line 63, characters 31-47:
- Warning 3: deprecated: Lazy.lazy_is_val
- Use Lazy.is_val instead.
- File "kernel/declarations.ml", line 69, characters 25-43:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    kernel/pre_env.ml
- File "parsing/lexer.ml4", line 139, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/cbytegen.mli
- OCAMLC    kernel/environ.mli
- File "kernel/declarations.ml", line 111, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 752, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    library/goptions.ml
- File "lib/util.ml", line 1138, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    kernel/cbytegen.ml
- File "lib/util.ml", line 1150, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1163, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1173, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1183, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1184, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    kernel/environ.ml
- OCAMLC    kernel/closure.mli
- File "parsing/lexer.ml4", line 243, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- OCAMLC    kernel/type_errors.mli
- File "parsing/lexer.ml4", line 247, characters 20-33:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "parsing/lexer.ml4", line 248, characters 2-13:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    kernel/modops.mli
- OCAMLC    kernel/inductive.mli
- OCAMLC    kernel/typeops.mli
- OCAMLC    kernel/cooking.mli
- OCAMLC    kernel/subtyping.mli
- OCAMLC    kernel/mod_typing.mli
- OCAMLC    pretyping/namegen.mli
- File "kernel/term.ml", line 1210, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1210, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1211, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1211, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1212, characters 55-56:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1212, characters 66-67:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1215, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1216, characters 44-45:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1218, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1220, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1220, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1225, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1226, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1227, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1230, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1231, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1232, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    kernel/safe_typing.mli
- OCAMLC    library/lib.ml
- OCAMLC    kernel/modops.ml
- OCAMLC    kernel/indtypes.mli
- OCAMLC    kernel/term_typing.mli
- File "library/goptions.ml", line 220, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/closure.ml
- OCAMLC    kernel/reduction.mli
- File "parsing/lexer.ml4", line 634, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    library/global.mli
- OCAMLC    library/declaremods.mli
- File "parsing/lexer.ml4", line 649, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "parsing/lexer.ml4", line 653, characters 17-24:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    kernel/reduction.ml
- OCAMLC    kernel/type_errors.ml
- OCAMLC    kernel/inductive.ml
- OCAMLC    kernel/typeops.ml
- OCAMLC    kernel/cooking.ml
- OCAMLC    kernel/indtypes.ml
- OCAMLC    kernel/term_typing.ml
- OCAMLC    kernel/subtyping.ml
- OCAMLC    kernel/mod_typing.ml
- OCAMLC    kernel/safe_typing.ml
- OCAMLC    pretyping/termops.mli
- File "kernel/cbytegen.ml", line 579, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 580, characters 23-35:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 608, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 609, characters 23-35:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    library/global.ml
- OCAMLC    pretyping/termops.ml
- OCAMLC    pretyping/namegen.ml
- OCAMLC    pretyping/evd.mli
- File "library/lib.ml", line 457, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 363, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 364, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/closure.ml", line 446, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/inductive.ml", line 448, characters 12-30:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "kernel/inductive.ml", line 524, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/inductive.ml", line 525, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/reduction.ml", line 187, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/indtypes.ml", line 273, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/inductive.ml", line 609, characters 10-28:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "kernel/safe_typing.ml", line 520, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 656, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/inductive.ml", line 789, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 790, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 791, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 792, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 793, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    pretyping/evd.ml
- OCAMLC    pretyping/reductionops.mli
- OCAMLC    pretyping/inductiveops.mli
- File "pretyping/namegen.ml", line 164, characters 55-57:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    pretyping/glob_term.mli
- OCAMLC    pretyping/classops.mli
- File "pretyping/namegen.ml", line 177, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/safe_typing.ml", line 900, characters 16-34:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "pretyping/namegen.ml", line 244, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 644, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/namegen.ml", line 252, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/closure.ml", line 645, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 647, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 648, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/namegen.ml", line 296, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/namegen.ml", line 304, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 165, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    pretyping/reductionops.ml
- OCAMLC    pretyping/inductiveops.ml
- OCAMLC    pretyping/glob_term.ml
- OCAMLC    pretyping/detyping.mli
- OCAMLC    pretyping/pattern.mli
- OCAMLC    interp/topconstr.mli
- OCAMLC    pretyping/detyping.ml
- OCAMLC    pretyping/pattern.ml
- OCAMLC    interp/topconstr.ml
- OCAMLC    interp/notation.mli
- File "pretyping/termops.ml", line 588, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 267, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 760, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evd.ml", line 818, characters 32-41:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "pretyping/pattern.ml", line 55, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 56, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 57, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 58, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 60, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/termops.ml", line 899, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 61, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 63, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 64, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/termops.ml", line 909, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 946, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 1007, characters 10-12:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    interp/genarg.mli
- File "pretyping/glob_term.ml", line 220, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 221, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 221, characters 65-66:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 222, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 222, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 223, characters 39-41:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 223, characters 59-60:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 226, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 227, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 232, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 232, characters 42-44:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 232, characters 56-58:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 236, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 242, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 245, characters 35-37:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 248, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 252, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 926, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 926, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 934, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 939, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 939, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 947, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    interp/genarg.ml
- File "pretyping/detyping.ml", line 218, characters 34-35:
- OCAMLC    proofs/tacexpr.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 249, characters 1-2:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 195, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tacexpr.ml", line 51, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 196, characters 112-113:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 198, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 202, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 491, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/detyping.ml", line 501, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 347, characters 35-37:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 348, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 348, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 455, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 645, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 655, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 580, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/vernacexpr.ml
- OCAMLC    parsing/extrawit.mli
- File "interp/topconstr.ml", line 666, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 692, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 693, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 715, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 715, characters 75-76:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    parsing/extrawit.ml
- File "interp/topconstr.ml", line 1272, characters 13-22:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLC    parsing/pcoq.mli
- OCAMLC    parsing/pcoq.ml
- OCAMLC    parsing/q_util.mli
- OCAMLC    parsing/egrammar.mli
- OCAMLC    parsing/g_prim.ml
- OCAMLC    parsing/g_tactic.ml
- OCAMLC    parsing/g_ltac.ml
- OCAMLC    parsing/g_constr.ml
- OCAMLC    parsing/q_util.ml
- OCAMLC    parsing/q_coqast.ml
- OCAMLC    parsing/q_constr.ml
- File "parsing/g_prim.ml4", line 46, characters 8-17:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_prim.ml4", line 46, characters 8-17:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLC    parsing/egrammar.ml
- OCAMLC    parsing/argextend.ml
- File "parsing/pcoq.ml4", line 226, characters 19-22:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 226, characters 19-22:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 422, characters 39-42:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 422, characters 39-42:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 541, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/pcoq.ml4", line 647, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 729, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 729, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 732, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 732, characters 44-45:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 736, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 739, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 742, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 745, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 752, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 752, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 753, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 753, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/egrammar.ml", line 319, characters 67-68:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/g_tactic.ml4", line 472, characters 28-37:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 472, characters 28-37:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 470, characters 14-23:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 470, characters 14-23:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLC    parsing/tacextend.ml
- OCAMLC    parsing/vernacextend.ml
- Testing parsing/grammar.cma
- OCAMLC -a parsing/grammar.cma
- CAMLP4O   toplevel/whelp.ml4
- CAMLP4O   tactics/tauto.ml4
- CAMLP4O   tactics/rewrite.ml4
- CAMLP4O   tactics/hipattern.ml4
- CAMLP4O   tactics/extratactics.ml4
- CAMLP4O   tactics/extraargs.ml4
- CAMLP4O   tactics/eqdecide.ml4
- CAMLP4O   tactics/eauto.ml4
- CAMLP4O   tactics/class_tactics.ml4
- CAMLP4O   plugins/xml/xmlentries.ml4
- CAMLP4O   plugins/xml/dumptree.ml4
- CAMLP4O   plugins/subtac/g_subtac.ml4
- CAMLP4O   plugins/setoid_ring/newring.ml4
- CAMLP4O   plugins/rtauto/g_rtauto.ml4
- CAMLP4O   plugins/romega/g_romega.ml4
- CAMLP4O   plugins/ring/g_ring.ml4
- CAMLP4O   plugins/quote/g_quote.ml4
- CAMLP4O   plugins/omega/g_omega.ml4
- CAMLP4O   plugins/nsatz/nsatz.ml4
- CAMLP4O   plugins/micromega/g_micromega.ml4
- CAMLP4O   plugins/funind/g_indfun.ml4
- CAMLP4O   plugins/fourier/g_fourier.ml4
- CAMLP4O   plugins/firstorder/g_ground.ml4
- CAMLP4O   plugins/field/field.ml4
- CAMLP4O   plugins/extraction/g_extraction.ml4
- CAMLP4O   plugins/decl_mode/g_decl_mode.ml4
- CAMLP4O   plugins/cc/g_congruence.ml4
- OCAMLDEP  plugins/romega/g_romega.ml
- OCAMLDEP  plugins/fourier/g_fourier.ml
- OCAMLDEP  plugins/xml/xmlentries.ml
- OCAMLDEP  plugins/firstorder/g_ground.ml
- OCAMLDEP  plugins/rtauto/g_rtauto.ml
- OCAMLDEP  plugins/omega/g_omega.ml
- OCAMLDEP  plugins/cc/g_congruence.ml
- OCAMLDEP  plugins/quote/g_quote.ml
- OCAMLDEP  plugins/micromega/g_micromega.ml
- OCAMLDEP  plugins/extraction/g_extraction.ml
- OCAMLDEP  toplevel/whelp.ml
- OCAMLDEP  tactics/tauto.ml
- OCAMLDEP  plugins/subtac/g_subtac.ml
- OCAMLDEP  tactics/eqdecide.ml
- OCAMLDEP  plugins/xml/dumptree.ml
- OCAMLDEP  plugins/ring/g_ring.ml
- OCAMLDEP  plugins/decl_mode/g_decl_mode.ml
- OCAMLDEP  tactics/extraargs.ml
- OCAMLDEP  plugins/field/field.ml
- OCAMLDEP  plugins/nsatz/nsatz.ml
- OCAMLDEP  plugins/funind/g_indfun.ml
- OCAMLDEP  tactics/hipattern.ml
- OCAMLDEP  tactics/eauto.ml
- OCAMLDEP  tactics/class_tactics.ml
- OCAMLDEP  tactics/extratactics.ml
- OCAMLDEP  plugins/setoid_ring/newring.ml
- OCAMLDEP  tactics/rewrite.ml
- CHECK revision
- OCAMLOPT  config/coq_config.ml
- OCAMLOPT  lib/pp_control.ml
- OCAMLOPT  parsing/tok.ml
- OCAMLOPT  lib/segmenttree.ml
- OCAMLOPT  lib/unicodetable.ml
- OCAMLC    lib/system.mli
- OCAMLC    lib/envars.mli
- OCAMLC    scripts/tolink.ml
- OCAMLC    lib/xml_lexer.mli
- OCAMLC    lib/xml_parser.mli
- OCAMLOPT  lib/bigint.ml
- OCAMLOPT  lib/hashcons.ml
- OCAMLC    lib/gmap.mli
- OCAMLC    lib/fset.mli
- OCAMLC    lib/fmap.mli
- OCAMLC    lib/tries.mli
- OCAMLC    lib/gmapl.mli
- OCAMLOPT  lib/profile.ml
- OCAMLC    lib/explore.mli
- OCAMLOPT  lib/predicate.ml
- OCAMLC    lib/heap.mli
- OCAMLOPT  lib/option.ml
- OCAMLC    lib/dnet.mli
- OCAMLC    lib/unionfind.mli
- OCAMLOPT  lib/hashtbl_alt.ml
- OCAMLOPT  kernel/copcodes.ml
- OCAMLC    kernel/vm.mli
- OCAMLC    kernel/csymtable.mli
- OCAMLC    kernel/vconv.mli
- OCAMLC    library/states.mli
- OCAMLC    library/dischargedhypsmap.mli
- OCAMLC    library/decls.mli
- OCAMLC    library/heads.mli
- OCAMLC    library/assumptions.mli
- File "lib/predicate.ml", line 57, characters 31-32:
- OCAMLC    pretyping/vnorm.mli
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/predicate.ml", line 58, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    pretyping/retyping.mli
- OCAMLC    pretyping/cbv.mli
- OCAMLC    pretyping/pretype_errors.mli
- OCAMLC    pretyping/evarutil.mli
- OCAMLC    pretyping/term_dnet.mli
- OCAMLC    pretyping/evarconv.mli
- File "lib/predicate.ml", line 95, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    pretyping/arguments_renaming.mli
- OCAMLC    pretyping/typing.mli
- OCAMLC    pretyping/matching.mli
- OCAMLC    pretyping/tacred.mli
- File "lib/hashcons.ml", line 151, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    pretyping/typeclasses_errors.mli
- File "lib/hashtbl_alt.ml", line 50, characters 18-30:
- File "lib/hashcons.ml", line 154, characters 16-17:
- Warning 3: deprecated: Array.create
- Use Array.make instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- OCAMLC    pretyping/typeclasses.mli
- OCAMLC    pretyping/unification.mli
- OCAMLC    pretyping/indrec.mli
- OCAMLC    interp/dumpglob.mli
- OCAMLC    interp/syntax_def.mli
- OCAMLC    interp/smartlocate.mli
- OCAMLC    interp/reserve.mli
- OCAMLC    library/impargs.mli
- OCAMLC    interp/modintern.mli
- OCAMLC    interp/constrextern.mli
- OCAMLC    interp/coqlib.mli
- OCAMLC    toplevel/discharge.mli
- OCAMLC    library/declare.mli
- OCAMLC    proofs/goal.mli
- File "lib/bigint.ml", line 86, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    proofs/redexpr.mli
- File "lib/bigint.ml", line 95, characters 28-29:
- OCAMLC    parsing/g_xml.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    parsing/ppconstr.mli
- OCAMLC    parsing/printmod.mli
- OCAMLC    parsing/prettyp.mli
- File "lib/bigint.ml", line 115, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/dn.mli
- OCAMLC    tactics/termdn.mli
- File "lib/profile.ml", line 282, characters 10-19:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLC    tactics/btermdn.mli
- File "lib/bigint.ml", line 135, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/vernacinterp.mli
- File "lib/bigint.ml", line 138, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/cerrors.mli
- OCAMLC    toplevel/libtypes.mli
- OCAMLC    toplevel/search.mli
- OCAMLC    toplevel/backtrack.mli
- CAMLP4O   toplevel/mltop.ml4
- OCAMLC    toplevel/mltop.mli
- OCAMLC    toplevel/whelp.mli
- OCAMLC    toplevel/vernac.mli
- OCAMLC    toplevel/interface.mli
- OCAMLC    toplevel/ide_slave.mli
- OCAMLC    toplevel/toplevel.mli
- OCAMLC    toplevel/usage.mli
- OCAMLC    toplevel/coqinit.mli
- OCAMLC    toplevel/coqtop.mli
- File "lib/profile.ml", line 355, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/byterun/coq_fix_code.c
- OCAMLC    kernel/byterun/coq_memory.c
- OCAMLC    kernel/byterun/coq_values.c
- File "lib/bigint.ml", line 176, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    kernel/byterun/coq_interp.c
- File "lib/bigint.ml", line 178, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/extraction/miniml.mli
- OCAMLC    plugins/decl_mode/decl_expr.mli
- OCAMLC    plugins/firstorder/unify.mli
- File "lib/bigint.ml", line 196, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 197, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/funind/indfun_common.mli
- File "lib/bigint.ml", line 201, characters 17-19:
- OCAMLC    plugins/funind/glob_termops.mli
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/funind/glob_term_to_relation.mli
- File "lib/bigint.ml", line 205, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 206, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/subtac/subtac_errors.mli
- File "lib/bigint.ml", line 208, characters 58-60:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.OCAMLC    plugins/subtac/subtac.mli
- 
- File "lib/bigint.ml", line 217, characters 2-4:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/xml/unshare.mli
- OCAMLC    plugins/xml/xml.mli
- OCAMLC    plugins/xml/acic.ml
- File "lib/bigint.ml", line 220, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/bigint.ml", line 221, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- COQDEP    states/MakeInitial.v
- OCAMLC    plugins/syntax/z_syntax.ml
- OCAMLC    plugins/syntax/z_syntax_plugin_mod.ml
- OCAMLC    plugins/quote/quote_plugin_mod.ml
- File "lib/bigint.ml", line 256, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/setoid_ring/newring_plugin_mod.ml
- OCAMLC    plugins/omega/omega.ml
- OCAMLC    plugins/omega/omega_plugin_mod.ml
- OCAMLC    plugins/romega/romega_plugin_mod.ml
- OCAMLC    plugins/syntax/ascii_syntax_plugin_mod.ml
- File "parsing/g_xml.ml4", line 39, characters 17-20:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLC    plugins/syntax/string_syntax_plugin_mod.ml
- File "lib/bigint.ml", line 286, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/syntax/r_syntax.ml
- OCAMLC    plugins/syntax/r_syntax_plugin_mod.ml
- File "lib/bigint.ml", line 294, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/ring/ring_plugin_mod.ml
- OCAMLC    plugins/field/field_plugin_mod.ml
- OCAMLC    plugins/fourier/fourier.ml
- OCAMLC    plugins/fourier/fourier_plugin_mod.ml
- OCAMLC    plugins/syntax/numbers_syntax_plugin_mod.ml
- OCAMLC    plugins/micromega/sos_types.ml
- OCAMLC    plugins/micromega/micromega.mli
- OCAMLC    plugins/micromega/persistent_cache.ml
- OCAMLC    plugins/micromega/micromega_plugin_mod.ml
- File "lib/bigint.ml", line 382, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/rtauto/proof_search.mli
- File "lib/bigint.ml", line 387, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/rtauto/rtauto_plugin_mod.ml
- File "lib/bigint.ml", line 392, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/bigint.ml", line 397, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/nsatz/utile.mli
- File "lib/bigint.ml", line 403, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/nsatz/polynom.mli
- OCAMLC    plugins/nsatz/nsatz_plugin_mod.ml
- OCAMLC    tools/coqdep.ml
- OCAMLC    ide/minilib.mli
- OCAMLC    tools/gallina_lexer.ml
- OCAMLC    tools/coq_tex.ml
- OCAMLC    tools/coqwc.ml
- OCAMLC    tools/coqdoc/cdglobals.ml
- OCAMLC    tools/coqdoc/alpha.mli
- OCAMLC    dev/vm_printers.ml
- OCAMLC    lib/system.ml
- OCAMLC    lib/envars.ml
- OCAMLC    lib/gmap.ml
- OCAMLC    lib/fset.ml
- OCAMLC    lib/fmap.ml
- OCAMLC    lib/gmapl.ml
- OCAMLC    lib/explore.ml
- OCAMLC    lib/heap.ml
- OCAMLC    lib/dnet.ml
- OCAMLC    library/decls.ml
- File "parsing/g_xml.ml4", line 39, characters 17-20:
- OCAMLC    library/heads.ml
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLC    library/assumptions.ml
- OCAMLC    pretyping/retyping.ml
- OCAMLC    pretyping/cbv.ml
- OCAMLC    pretyping/pretype_errors.ml
- OCAMLC    pretyping/evarutil.ml
- OCAMLC    pretyping/term_dnet.ml
- OCAMLC    pretyping/arguments_renaming.ml
- OCAMLC    pretyping/typing.ml
- OCAMLC    pretyping/matching.ml
- OCAMLC    pretyping/tacred.ml
- OCAMLC    pretyping/typeclasses_errors.ml
- File "plugins/omega/omega.ml", line 41, characters 34-36:
- OCAMLC    pretyping/typeclasses.ml
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    pretyping/indrec.ml
- OCAMLC    library/declaremods.ml
- File "plugins/omega/omega.ml", line 43, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    interp/notation.ml
- OCAMLC    interp/dumpglob.ml
- OCAMLC    interp/reserve.ml
- OCAMLC    library/impargs.ml
- OCAMLC    interp/syntax_def.ml
- OCAMLC    interp/smartlocate.ml
- OCAMLC    parsing/ppconstr.ml
- OCAMLC    scripts/coqc.ml
- OCAMLC    lib/xml_lexer.ml
- File "lib/fset.ml", line 67, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    lib/xml_parser.ml
- OCAMLC    lib/tries.ml
- OCAMLC    lib/unionfind.ml
- OCAMLC    kernel/vm.ml
- OCAMLC    kernel/csymtable.ml
- OCAMLC    kernel/vconv.ml
- OCAMLC    library/dischargedhypsmap.ml
- OCAMLC    pretyping/vnorm.ml
- OCAMLC    toplevel/discharge.ml
- OCAMLC    library/declare.ml
- OCAMLC    proofs/redexpr.ml
- OCAMLC    tactics/dn.ml
- OCAMLC    tactics/termdn.ml
- OCAMLC    tactics/btermdn.ml
- OCAMLC    toplevel/libtypes.ml
- File "lib/system.ml", line 42, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    toplevel/usage.ml
- File "lib/system.ml", line 42, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    toplevel/coqinit.ml
- OCAMLC    checker/validate.ml
- OCAMLC    checker/check_stat.mli
- OCAMLC    plugins/micromega/sos_lib.ml
- OCAMLC    plugins/micromega/sos.mli
- File "lib/tries.ml", line 36, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  lib/pp.ml
- OCAMLOPT  lib/compat.ml
- OCAMLOPT  lib/flags.ml
- OCAMLOPT  scripts/tolink.ml
- OCAMLC    scripts/coqmktop.ml
- OCAMLOPT  lib/xml_lexer.ml
- OCAMLC    lib/xml_utils.mli
- OCAMLOPT  lib/gmap.ml
- OCAMLOPT  lib/fset.ml
- File "library/heads.ml", line 118, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  lib/fmap.ml
- OCAMLOPT  lib/heap.ml
- OCAMLOPT  lib/dnet.ml
- File "tools/coq_tex.ml", line 174, characters 27-28:
- OCAMLOPT  lib/unionfind.ml
- File "lib/system.ml", line 182, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- OCAMLC    library/library.mli
- OCAMLC    pretyping/coercion.mli
- OCAMLC    interp/implicit_quantifiers.mli
- OCAMLC    proofs/proof_type.mli
- OCAMLC    proofs/proofview.mli
- OCAMLC    proofs/clenv.mli
- OCAMLC    tactics/nbtermdn.mli
- OCAMLC    toplevel/ind_tables.mli
- OCAMLC    toplevel/class.mli
- OCAMLC    toplevel/autoinstance.mli
- OCAMLC    toplevel/record.mli
- OCAMLC    toplevel/vernacentries.mli
- OCAMLC    toplevel/ide_intf.mli
- OCAMLC    plugins/syntax/nat_syntax.ml
- OCAMLC    plugins/syntax/nat_syntax_plugin_mod.ml
- OCAMLC    plugins/extraction/table.mli
- OCAMLC    plugins/extraction/modutil.mli
- OCAMLC    plugins/extraction/extraction.mli
- File "parsing/g_xml.ml4", line 84, characters 54-59:
- OCAMLC    plugins/extraction/ocaml.mli
- OCAMLC    plugins/extraction/haskell.mli
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/extraction/scheme.mli
- OCAMLC    plugins/extraction/extract_env.mli
- OCAMLC    plugins/extraction/extraction_plugin_mod.ml
- OCAMLC    plugins/decl_mode/ppdecl_proof.mli
- OCAMLC    plugins/decl_mode/decl_mode_plugin_mod.ml
- File "plugins/omega/omega.ml", line 244, characters 16-25:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLC    plugins/cc/cc_plugin_mod.ml
- OCAMLC    plugins/firstorder/ground_plugin_mod.ml
- OCAMLC    plugins/funind/glob_termops.ml
- File "lib/fset.ml", line 67, characters 20-22:
- OCAMLC    plugins/funind/recdef_plugin_mod.ml
- OCAMLC    plugins/subtac/subtac_plugin_mod.ml
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.OCAMLC    plugins/xml/unshare.ml
- OCAMLC    plugins/xml/xml.ml
- 
- OCAMLC    plugins/xml/doubleTypeInference.mli
- OCAMLC    plugins/xml/xml_plugin_mod.ml
- OCAMLOPT  plugins/xml/unshare.ml
- File "interp/reserve.ml", line 93, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/xml/xml.ml
- File "pretyping/matching.ml", line 130, characters 13-22:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "plugins/omega/omega.ml", line 306, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos_lib.ml", line 56, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/omega/omega.ml", line 308, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/retyping.ml", line 133, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/syntax/ascii_syntax.ml
- OCAMLC    plugins/micromega/mutils.ml
- OCAMLC    plugins/micromega/micromega.ml
- File "plugins/omega/omega.ml", line 315, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/micromega/sos_types.ml
- OCAMLOPT  plugins/micromega/micromega.ml
- OCAMLOPT  plugins/micromega/persistent_cache.ml
- File "lib/flags.ml", line 103, characters 20-21:
- OCAMLC    plugins/rtauto/proof_search.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.OCAMLC    plugins/nsatz/utile.ml
- 
- OCAMLC    plugins/nsatz/polynom.ml
- OCAMLC    plugins/nsatz/ideal.ml
- File "lib/flags.ml", line 103, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 134, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/micromega/sos_lib.ml", line 144, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 137, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  ide/minilib.ml
- File "library/declare.ml", line 119, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    ide/project_file.ml
- OCAMLOPT  tools/gallina_lexer.ml
- File "plugins/micromega/sos_lib.ml", line 165, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    tools/gallina.ml
- OCAMLOPT  tools/coq_tex.ml
- OCAMLOPT  tools/coqdoc/cdglobals.ml
- OCAMLC    tools/coqdoc/index.mli
- OCAMLC    pretyping/classops.ml
- OCAMLC    lib/xml_utils.ml
- OCAMLC    library/library.ml
- OCAMLC    library/states.ml
- OCAMLC    interp/coqlib.ml
- File "scripts/coqmktop.ml", line 190, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    tactics/nbtermdn.ml
- File "scripts/coqmktop.ml", line 191, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 192, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 193, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 194, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 169, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 169, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 169, characters 66-67:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 170, characters 57-58:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/ind_tables.ml
- File "library/impargs.ml", line 170, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/mltop.ml
- OCAMLC    toplevel/ide_intf.ml
- OCAMLC    checker/term.mli
- OCAMLOPT  checker/validate.ml
- File "library/impargs.ml", line 179, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tools/fake_ide.ml
- File "library/impargs.ml", line 182, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/matching.ml", line 214, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.OCAMLC    pretyping/recordops.mli
- 
- File "pretyping/tacred.ml", line 228, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 79, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 79, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    proofs/proof.mli
- File "plugins/syntax/r_syntax.ml", line 83, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 83, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 84, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/eqschemes.mli
- File "plugins/syntax/r_syntax.ml", line 84, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/elimschemes.mli
- File "library/impargs.ml", line 185, characters 25-26:
- File "plugins/syntax/r_syntax.ml", line 91, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/indschemes.mli
- File "plugins/syntax/r_syntax.ml", line 91, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/extraction/mlutil.mli
- OCAMLC    plugins/subtac/subtac_coercion.mli
- File "pretyping/indrec.ml", line 175, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/pp.ml4", line 222, characters 13-31:
- File "plugins/omega/omega.ml", line 477, characters 21-23:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/matching.ml", line 244, characters 9-18:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLOPT  tools/coqwc.ml
- OCAMLC    tools/coqdoc/tokens.mli
- File "lib/pp.ml4", line 246, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    tools/coqdoc/output.mli
- File "lib/pp.ml4", line 248, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    tools/coqdoc/cpretty.mli
- OCAMLC    interp/implicit_quantifiers.ml
- File "lib/pp.ml4", line 252, characters 44-62:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "lib/pp.ml4", line 256, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "ide/minilib.ml", line 60, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "ide/minilib.ml", line 61, characters 25-43:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/pp.ml4", line 258, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- OCAMLC    toplevel/coqtop.ml
- File "lib/pp.ml4", line 261, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "lib/pp.ml4", line 265, characters 19-37:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- OCAMLC    pretyping/cases.mli
- OCAMLC    proofs/logic.mli
- OCAMLC    proofs/tactic_debug.mli
- File "library/impargs.ml", line 241, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    proofs/clenvtac.mli
- OCAMLC    parsing/printer.mli
- OCAMLC    parsing/tactic_printer.mli
- OCAMLC    tactics/contradiction.mli
- File "plugins/nsatz/utile.ml", line 98, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    tactics/leminv.mli
- OCAMLC    tactics/tactic_option.mli
- File "library/impargs.ml", line 284, characters 42-44:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    toplevel/auto_ind_decl.mli
- File "library/impargs.ml", line 286, characters 51-53:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    toplevel/classes.mli
- OCAMLC    tactics/extratactics.mli
- OCAMLC    plugins/subtac/subtac_obligations.mli
- OCAMLC    plugins/xml/proof2aproof.ml
- OCAMLC -a -o plugins/syntax/z_syntax_plugin.cma
- File "plugins/nsatz/ideal.ml", line 137, characters 12-24:
- OCAMLC    proofs/proof_type.ml
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 136, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    tactics/elimschemes.ml
- File "tools/coq_tex.ml", line 174, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 323, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/indrec.ml", line 276, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    tools/coqdoc/main.ml
- File "plugins/nsatz/ideal.ml", line 171, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 194, characters 19-31:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    tactics/eqschemes.ml
- File "plugins/nsatz/ideal.ml", line 202, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    proofs/proof_global.mli
- File "plugins/micromega/sos_lib.ml", line 573, characters 20-42:
- Warning 3: deprecated: Filename.temp_dir_name
- Use Filename.get_temp_dir_name instead
- OCAMLC    proofs/proof.ml
- OCAMLC    checker/term.ml
- OCAMLC    checker/declarations.mli
- File "pretyping/evarutil.ml", line 474, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/indrec.ml", line 386, characters 24-36:
- OCAMLC    pretyping/recordops.ml
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    pretyping/evarconv.ml
- File "plugins/nsatz/polynom.ml", line 246, characters 19-31:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    pretyping/coercion.ml
- OCAMLC    pretyping/unification.ml
- OCAMLC    proofs/logic.ml
- OCAMLC    proofs/refiner.mli
- File "pretyping/classops.ml", line 68, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/extraction/mlutil.ml
- File "plugins/nsatz/polynom.ml", line 280, characters 38-50:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/extraction/modutil.ml
- File "plugins/nsatz/polynom.ml", line 286, characters 20-32:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/extraction/extraction.ml
- OCAMLC    plugins/extraction/common.mli
- OCAMLC -a -o plugins/syntax/r_syntax_plugin.cma
- OCAMLOPT  tools/coqdoc/alpha.ml
- File "plugins/nsatz/polynom.ml", line 323, characters 21-33:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  lib/xml_parser.ml
- File "plugins/xml/proof2aproof.ml", line 50, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tools/coq_makefile.ml
- File "plugins/nsatz/ideal.ml", line 402, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC -a -o kernel/kernel.cma
- OCAMLC    pretyping/pretyping.mli
- OCAMLC    toplevel/himsg.mli
- File "plugins/nsatz/ideal.ml", line 435, characters 10-22:
- OCAMLC    plugins/subtac/subtac_cases.mli
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    pretyping/cases.ml
- OCAMLC -a -o lib/lib.cma
- File "pretyping/evarutil.ml", line 683, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/nsatz/ideal.ml", line 469, characters 16-28:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "pretyping/evarutil.ml", line 685, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coqdoc/alpha.ml", line 30, characters 10-21:
- Warning 3: deprecated: String.copy
- File "tools/coqdoc/alpha.ml", line 32, characters 4-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/subtac/subtac_classes.mli
- OCAMLC    plugins/xml/xmlcommand.mli
- File "plugins/nsatz/ideal.ml", line 508, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  plugins/micromega/sos_lib.ml
- File "plugins/nsatz/ideal.ml", line 514, characters 36-48:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "pretyping/evarutil.ml", line 749, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- cd kernel/byterun/ && \
- OCAMLC    proofs/proof_global.ml
- "ocamlmklib" -oc coqrun coq_fix_code.o coq_memory.o coq_values.o coq_interp.o
- File "library/library.ml", line 261, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/extraction/table.ml
- OCAMLC    plugins/subtac/subtac_errors.ml
- OCAMLC    plugins/xml/doubleTypeInference.ml
- OCAMLC    plugins/xml/cic2acic.ml
- OCAMLC    parsing/printmod.ml
- OCAMLC    parsing/prettyp.ml
- OCAMLC    toplevel/class.ml
- OCAMLC    toplevel/search.ml
- OCAMLC    toplevel/autoinstance.ml
- File "tools/coq_makefile.ml", line 37, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 38, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 39, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 40, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    checker/declarations.ml
- OCAMLC    checker/environ.mli
- File "tools/coq_makefile.ml", line 92, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 92, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tools/coq_makefile.ml", line 92, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 648, characters 9-18:
- File "tools/coq_makefile.ml", line 96, characters 69-80:
- Warning 3: deprecated: String.copyWarning 3: deprecated: Sort.list
- Use List.sort instead.
- 
- File "tools/coq_makefile.ml", line 98, characters 27-42:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    proofs/tacmach.mli
- OCAMLC    plugins/extraction/common.ml
- OCAMLC    plugins/extraction/ocaml.ml
- OCAMLC    plugins/extraction/haskell.ml
- File "pretyping/classops.ml", line 316, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/dumpglob.ml", line 217, characters 7-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/extraction/scheme.ml
- File "interp/dumpglob.ml", line 220, characters 6-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/extraction/extract_env.ml
- OCAMLOPT  ide/project_file.ml
- OCAMLOPT  tools/gallina.ml
- File "interp/dumpglob.ml", line 226, characters 27-43:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 227, characters 3-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    proofs/refiner.ml
- OCAMLC    proofs/clenv.ml
- File "interp/dumpglob.ml", line 230, characters 6-22:
- OCAMLC    proofs/tactic_debug.ml
- OCAMLC    plugins/micromega/csdpcert.ml
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 232, characters 21-36:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/notation.ml", line 308, characters 26-27:
- File "pretyping/tacred.ml", line 848, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- OCAMLOPT  lib/tries.ml
- OCAMLC -a -o plugins/syntax/nat_syntax_plugin.cma
- File "pretyping/classops.ml", line 388, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 46-47:
- OCAMLC    plugins/syntax/numbers_syntax.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.File "checker/term.ml", line 224, characters 23-24:
- 
- OCAMLC    plugins/micromega/polynomial.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/tacred.ml", line 884, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/eqschemes.ml", line 96, characters 40-42:
- OCAMLC    toplevel/cerrors.ml
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLBEST -o bin/coq-tex
- File "pretyping/recordops.ml", line 293, characters 17-18:
- File "tactics/eqschemes.ml", line 128, characters 40-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  tools/coqdoc/index.ml
- File "plugins/micromega/sos_lib.ml", line 56, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    interp/constrintern.mli
- OCAMLC    proofs/evar_refiner.mli
- OCAMLC    parsing/pptactic.mli
- File "lib/tries.ml", line 36, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/subtac/subtac_pretyping.mli
- File "plugins/micromega/sos_lib.ml", line 144, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos_lib.ml", line 165, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    pretyping/pretyping.ml
- OCAMLC    checker/environ.ml
- OCAMLC    checker/closure.mli
- OCAMLC    checker/reduction.mli
- File "pretyping/evarutil.ml", line 1318, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    checker/type_errors.mli
- OCAMLC    checker/modops.mli
- OCAMLC    checker/inductive.mli
- OCAMLC    checker/typeops.mli
- OCAMLC    checker/subtyping.mli
- File "plugins/extraction/scheme.ml", line 39, characters 25-37:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    checker/mod_checking.mli
- OCAMLC    checker/safe_typing.mli
- File "checker/term.ml", line 470, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 471, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 472, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/notation.ml", line 523, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/term.ml", line 472, characters 64-65:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/notation.ml", line 523, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 475, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 480, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/nsatz/ideal.ml", line 1033, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "checker/term.ml", line 482, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/syntax/ascii_syntax_plugin.cma
- File "checker/term.ml", line 487, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/syntax/string_syntax.ml
- File "checker/term.ml", line 487, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 489, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 489, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 75, characters 26-27:
- OCAMLBEST -o bin/gallina
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 491, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 491, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 75, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 495, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    proofs/pfedit.mli
- OCAMLC    tactics/tacticals.mli
- OCAMLC    tactics/hipattern.mli
- File "toplevel/search.ml", line 106, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/search.ml", line 106, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/search.ml", line 106, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/auto.mli
- OCAMLC    tactics/inv.mli
- OCAMLC    tactics/tacinterp.mli
- OCAMLC    tactics/refine.mli
- OCAMLC    plugins/decl_mode/decl_mode.mli
- OCAMLC    plugins/cc/ccalgo.mli
- File "tools/coqdoc/index.ml", line 161, characters 55-56:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/firstorder/formula.mli
- OCAMLC    plugins/funind/functional_principles_proofs.mli
- OCAMLC    plugins/funind/functional_principles_types.mli
- File "tools/coq_makefile.ml", line 635, characters 4-6:
- OCAMLC    plugins/funind/indfun.mli
- OCAMLC    plugins/subtac/subtac_utils.mli
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 636, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/evarutil.ml", line 1484, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/romega/const_omega.mli
- File "plugins/extraction/modutil.ml", line 365, characters 16-28:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC    plugins/rtauto/refl_tauto.mli
- File "proofs/tactic_debug.ml", line 151, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 151, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    proofs/proofview.ml
- File "toplevel/search.ml", line 161, characters 45-46:
- OCAMLC    proofs/clenvtac.ml
- File "proofs/tactic_debug.ml", line 156, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 156, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    checker/type_errors.ml
- OCAMLC    checker/modops.ml
- File "tools/coq_makefile.ml", line 660, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    checker/indtypes.mli
- File "proofs/tactic_debug.ml", line 169, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    checker/safe_typing.ml
- File "proofs/tactic_debug.ml", line 169, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    checker/check.ml
- OCAMLOPT  lib/xml_utils.ml
- File "proofs/tactic_debug.ml", line 176, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  lib/explore.ml
- File "proofs/tactic_debug.ml", line 176, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 181, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 181, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarutil.ml", line 1582, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  tactics/dn.ml
- File "plugins/extraction/common.ml", line 97, characters 12-23:
- Warning 3: deprecated: String.copy
- OCAMLC    parsing/ppvernac.mli
- File "proofs/tactic_debug.ml", line 187, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 187, characters 35-36:
- File "plugins/extraction/common.ml", line 98, characters 59-71:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coqdoc/index.ml", line 265, characters 12-27:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/decl_mode/ppdecl_proof.ml
- File "tools/coqdoc/index.ml", line 266, characters 12-27:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "plugins/micromega/polynomial.ml", line 221, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/notation.ml", line 688, characters 59-60:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/xml/xmlentries.ml
- File "proofs/tactic_debug.ml", line 194, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 194, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tools/coqdoc/index.ml", line 273, characters 19-37:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "proofs/tactic_debug.ml", line 200, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 200, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tools/coqdoc/index.ml", line 275, characters 5-23:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLBEST -o bin/coqwc
- OCAMLC    parsing/pptactic.ml
- OCAMLC    parsing/tactic_printer.ml
- File "proofs/tactic_debug.ml", line 208, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 208, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/himsg.ml
- File "parsing/prettyp.ml", line 131, characters 13-14:
- OCAMLC    checker/closure.ml
- File "tactics/eqschemes.ml", line 676, characters 40-42:
- File "plugins/micromega/sos_lib.ml", line 573, characters 20-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- 
- OCAMLC    checker/reduction.ml
- File "parsing/prettyp.ml", line 131, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    checker/inductive.ml
- File "proofs/tactic_debug.ml", line 221, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Filename.temp_dir_name
- Use Filename.get_temp_dir_name instead
- OCAMLC    checker/typeops.ml
- OCAMLC    checker/subtyping.ml
- OCAMLC    toplevel/metasyntax.mli
- OCAMLC    plugins/subtac/subtac_command.mli
- File "pretyping/evarconv.ml", line 397, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    interp/constrintern.ml
- OCAMLC    interp/modintern.ml
- File "pretyping/evarconv.ml", line 400, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    interp/constrextern.ml
- OCAMLC    proofs/goal.ml
- OCAMLC    proofs/evar_refiner.ml
- OCAMLC -a -o library/library.cma
- File "pretyping/evarutil.ml", line 1772, characters 71-73:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    proofs/tacmach.ml
- OCAMLC    checker/indtypes.ml
- OCAMLC    checker/mod_checking.ml
- OCAMLC    checker/check_stat.ml
- OCAMLC    plugins/firstorder/unify.ml
- OCAMLC    plugins/romega/const_omega.ml
- File "checker/declarations.ml", line 546, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/indschemes.ml
- OCAMLC    plugins/firstorder/formula.ml
- OCAMLC    plugins/xml/dumptree.ml
- OCAMLC    plugins/decl_mode/decl_proof_instr.mli
- File "pretyping/coercion.ml", line 174, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 483, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/tactics.mli
- OCAMLC    tactics/hiddentac.mli
- OCAMLC    tactics/elim.mli
- File "pretyping/evarconv.ml", line 493, characters 47-48:
- OCAMLC    tactics/evar_tactics.mli
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/lemmas.mli
- OCAMLC    toplevel/command.mli
- OCAMLC    tactics/extraargs.mli
- File "proofs/logic.ml", line 232, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/extraction/g_extraction.ml
- File "proofs/logic.ml", line 235, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 235, characters 36-38:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/decl_mode/decl_mode.ml
- OCAMLC    plugins/decl_mode/decl_interp.mli
- OCAMLC    plugins/funind/indfun_common.ml
- OCAMLC    plugins/subtac/eterm.mli
- File "proofs/clenvtac.ml", line 65, characters 19-20:
- OCAMLC    plugins/subtac/subtac_cases.ml
- File "proofs/logic.ml", line 262, characters 17-18:
- OCAMLC    plugins/subtac/subtac_pretyping_F.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.OCAMLC    plugins/subtac/g_subtac.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- OCAMLC    plugins/rtauto/g_rtauto.ml
- OCAMLC    dev/top_printers.ml
- OCAMLC    proofs/pfedit.ml
- OCAMLC    parsing/printer.ml
- OCAMLC    toplevel/vernacinterp.ml
- OCAMLC    tactics/tacticals.ml
- OCAMLC    tactics/hipattern.ml
- OCAMLC    tactics/tactic_option.ml
- OCAMLC    parsing/ppvernac.ml
- OCAMLC    toplevel/backtrack.ml
- OCAMLC    toplevel/vernac.ml
- OCAMLC    toplevel/ide_slave.ml
- OCAMLC    toplevel/toplevel.ml
- File "proofs/logic.ml", line 320, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    parsing/g_vernac.ml
- OCAMLC    tactics/eauto.mli
- OCAMLC    plugins/cc/ccalgo.ml
- OCAMLC    plugins/cc/ccproof.mli
- OCAMLC    plugins/firstorder/sequent.mli
- OCAMLOPT  tools/coq_makefile.ml
- OCAMLC    toplevel/metasyntax.ml
- OCAMLC    plugins/decl_mode/decl_interp.ml
- File "proofs/logic.ml", line 358, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/reduction.ml", line 146, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 410, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 411, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 360, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 32, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- OCAMLC    checker/checker.ml
- File "plugins/extraction/table.ml", line 707, characters 10-21:
- Warning 3: deprecated: String.copy
- OCAMLC    plugins/subtac/eterm.ml
- File "plugins/extraction/table.ml", line 708, characters 26-41:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "checker/inductive.ml", line 349, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/subtac/subtac_coercion.ml
- File "checker/inductive.ml", line 350, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/subtac/subtac_classes.ml
- File "proofs/refiner.ml", line 147, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 69, characters 4-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "toplevel/vernac.ml", line 39, characters 31-43:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "toplevel/toplevel.ml", line 91, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 37, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 38, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 39, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/coq_makefile.ml", line 40, characters 2-12:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "pretyping/evarconv.ml", line 776, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 777, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/inductive.ml", line 440, characters 12-30:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "pretyping/evarconv.ml", line 777, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 92, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 92, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/cc/ccproof.ml
- File "tools/coq_makefile.ml", line 92, characters 58-59:
- File "pretyping/evarconv.ml", line 782, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- File "toplevel/toplevel.ml", line 121, characters 25-40:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "pretyping/evarconv.ml", line 783, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 783, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/cc/cctac.mli
- File "tools/coq_makefile.ml", line 96, characters 69-80:
- Warning 3: deprecated: String.copy
- File "tools/coq_makefile.ml", line 98, characters 27-42:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "checker/inductive.ml", line 452, characters 22-40:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 464, characters 30-48:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 471, characters 30-48:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    tactics/extraargs.ml
- File "checker/inductive.ml", line 530, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "checker/inductive.ml", line 531, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  tools/coqdoc/tokens.ml
- OCAMLC    toplevel/command.ml
- OCAMLC    toplevel/record.ml
- OCAMLC    toplevel/whelp.ml
- File "plugins/romega/const_omega.ml", line 356, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 92, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/funind/glob_term_to_relation.ml
- OCAMLC    plugins/subtac/subtac_obligations.ml
- OCAMLC    plugins/subtac/subtac.ml
- OCAMLC    plugins/micromega/mfourier.ml
- OCAMLOPT  lib/util.ml
- File "checker/inductive.ml", line 616, characters 10-28:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLC    plugins/firstorder/sequent.ml
- File "plugins/extraction/mlutil.ml", line 1271, characters 4-14:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- OCAMLC    plugins/firstorder/rules.mli
- OCAMLC    plugins/firstorder/ground.mli
- OCAMLC -a -o plugins/syntax/string_syntax_plugin.cma
- File "proofs/refiner.ml", line 424, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 677, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/inductive.ml", line 661, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/syntax/numbers_syntax_plugin.cma
- File "checker/closure.ml", line 556, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 557, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 559, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 560, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/equality.mli
- OCAMLC    tactics/class_tactics.ml
- OCAMLC    tactics/tauto.ml
- File "checker/inductive.ml", line 792, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 793, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 794, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 795, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 796, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/decl_mode/decl_proof_instr.ml
- OCAMLC    plugins/cc/cctac.ml
- OCAMLC    plugins/cc/g_congruence.ml
- OCAMLC    plugins/firstorder/g_ground.ml
- OCAMLC    plugins/funind/functional_principles_types.ml
- OCAMLC    plugins/funind/merge.ml
- File "toplevel/whelp.ml4", line 63, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/whelp.ml4", line 63, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/subtac/subtac_utils.ml
- File "toplevel/whelp.ml4", line 63, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/whelp.ml4", line 63, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/whelp.ml4", line 64, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/subtac/subtac_command.ml
- File "toplevel/whelp.ml4", line 64, characters 14-15:
- OCAMLC    plugins/quote/quote.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/romega/refl_omega.ml
- OCAMLC    plugins/rtauto/refl_tauto.ml
- OCAMLC    plugins/nsatz/nsatz.ml
- File "pretyping/pretyping.ml", line 490, characters 17-19:
- OCAMLC    tactics/tactics.ml
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/cc/ccalgo.ml", line 363, characters 17-29:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "pretyping/cases.ml", line 392, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/hiddentac.ml
- OCAMLC    tactics/elim.ml
- OCAMLC    tactics/auto.ml
- OCAMLC    tactics/contradiction.ml
- OCAMLC    tactics/leminv.ml
- File "toplevel/himsg.ml", line 341, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/evar_tactics.ml
- OCAMLC    toplevel/lemmas.ml
- OCAMLC    toplevel/classes.ml
- OCAMLC    tactics/refine.ml
- OCAMLC    tactics/eauto.ml
- OCAMLC    plugins/firstorder/rules.ml
- OCAMLC    plugins/firstorder/instances.mli
- File "tools/coq_makefile.ml", line 635, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tools/coq_makefile.ml", line 636, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 536, characters 54-56:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/micromega/sos.ml
- OCAMLC    plugins/xml/acic2Xml.ml
- File "tools/coq_makefile.ml", line 660, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/unification.ml", line 898, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/vernac.ml", line 188, characters 9-22:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- OCAMLOPT  tools/coqdoc/output.ml
- OCAMLC    plugins/firstorder/instances.ml
- OCAMLC    plugins/firstorder/ground.ml
- File "interp/constrextern.ml", line 262, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 262, characters 58-60:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 263, characters 56-58:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac.ml", line 70, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 281, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 281, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/autorewrite.mli
- File "plugins/quote/quote.ml", line 252, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/eqdecide.ml
- File "plugins/quote/quote.ml", line 252, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/funind/recdef.ml
- File "interp/constrextern.ml", line 315, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/omega/coq_omega.ml
- OCAMLC    tactics/equality.ml
- File "toplevel/toplevel.ml", line 196, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 198, characters 60-61:
- File "pretyping/cases.ml", line 1096, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.File "pretyping/unification.ml", line 1172, characters 65-67:
- 
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    tactics/inv.ml
- OCAMLC    tactics/tacinterp.ml
- File "toplevel/toplevel.ml", line 202, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    toplevel/auto_ind_decl.ml
- File "toplevel/toplevel.ml", line 203, characters 43-44:
- File "plugins/quote/quote.ml", line 267, characters 31-32:
- File "pretyping/cases.ml", line 1105, characters 12-24:
- File "tactics/eauto.ml4", line 35, characters 26-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Array.create
- Use Array.make instead.
- 
- 
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 335, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/toplevel.ml", line 203, characters 65-66:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 344, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac.ml", line 123, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/quote/quote.ml", line 302, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_utils.ml", line 151, characters 20-38:
- File "pretyping/cases.ml", line 1135, characters 24-25:
- File "parsing/prettyp.ml", line 494, characters 28-30:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- 
- 
- File "interp/constrextern.ml", line 380, characters 55-57:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/quote/quote.ml", line 364, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 380, characters 67-69:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 441, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 454, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos.ml", line 204, characters 44-45:
- File "pretyping/cases.ml", line 1285, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/cases.ml", line 1285, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/micromega/sos.ml", line 208, characters 32-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 465, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 466, characters 62-64:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 466, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 467, characters 63-65:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 468, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 469, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/autorewrite.ml
- File "plugins/micromega/sos.ml", line 230, characters 63-64:
- OCAMLC    toplevel/vernacentries.ml
- File "interp/constrextern.ml", line 481, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    tactics/extratactics.ml
- File "interp/constrextern.ml", line 508, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 507, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 508, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 526, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 530, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/micromega/sos.ml", line 286, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 1359, characters 16-18:
- File "plugins/micromega/sos.ml", line 286, characters 59-60:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- 
- File "plugins/micromega/sos.ml", line 292, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/hipattern.ml4", line 283, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos.ml", line 292, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos.ml", line 293, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 584, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o proofs/proofs.cma
- File "interp/constrextern.ml", line 589, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacticals.ml", line 290, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/quote/g_quote.ml
- File "tactics/hipattern.ml4", line 367, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 367, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/ring/ring.ml
- File "tactics/hipattern.ml4", line 370, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 370, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 370, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/lemmas.ml", line 74, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 686, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/auto.ml", line 164, characters 4-14:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "toplevel/lemmas.ml", line 91, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/lemmas.ml", line 101, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/rtauto/rtauto_plugin.cma
- File "tactics/hipattern.ml4", line 418, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 418, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/xml/xmlcommand.ml
- OCAMLC    plugins/xml/proofTree2Xml.ml
- File "toplevel/metasyntax.ml", line 159, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 159, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 159, characters 57-59:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC    plugins/xml/cic2Xml.ml
- File "toplevel/metasyntax.ml", line 163, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 166, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 167, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 70, characters 7-9:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 167, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 168, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 1697, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 766, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 180, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 75, characters 41-43:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 776, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/nsatz/nsatz.ml4", line 450, characters 10-22:
- File "lib/util.ml", line 78, characters 14-16:
- File "toplevel/metasyntax.ml", line 195, characters 41-42:
- Warning 3: deprecated: Array.create
- Use Array.make instead.Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- 
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 78, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 78, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/inv.ml", line 59, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 793, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos.ml", line 606, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/command.ml", line 143, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/contradiction.ml", line 69, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.File "toplevel/metasyntax.ml", line 224, characters 43-45:
- 
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/command.ml", line 155, characters 23-24:
- File "plugins/subtac/subtac_pretyping_F.ml", line 365, characters 31-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 113, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 113, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/extraction/extraction_plugin.cma
- File "plugins/micromega/sos.ml", line 657, characters 12-14:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/micromega/sos.ml", line 671, characters 12-14:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o plugins/cc/cc_plugin.cma
- File "parsing/pptactic.ml", line 421, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pptactic.ml", line 423, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/auto_ind_decl.ml", line 235, characters 13-25:
- File "parsing/printer.ml", line 267, characters 49-50:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 184, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "toplevel/auto_ind_decl.ml", line 238, characters 13-25:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "tactics/auto.ml", line 334, characters 18-28:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/auto.ml", line 338, characters 20-30:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/autorewrite.ml", line 174, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/auto.ml", line 343, characters 20-30:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "toplevel/metasyntax.ml", line 327, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 327, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 327, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 280, characters 6-38:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 286, characters 6-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 287, characters 6-40:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/util.ml", line 293, characters 6-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/constrintern.ml", line 635, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 294, characters 6-49:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLC    plugins/micromega/certificate.ml
- File "lib/util.ml", line 295, characters 6-42:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "plugins/subtac/subtac_cases.ml", line 409, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 305, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o checker/check.cma
- File "plugins/subtac/subtac_coercion.ml", line 416, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 672, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -o bin/coqchk.byte
- File "plugins/micromega/sos.ml", line 972, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/himsg.ml", line 1028, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/command.ml", line 442, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/inv.ml", line 466, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/micromega/sos.ml", line 1056, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/firstorder/ground_plugin.cma
- File "toplevel/metasyntax.ml", line 399, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1003, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 400, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 400, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 403, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 404, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 404, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 407, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 408, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLBEST -o bin/coq_makefile
- File "toplevel/metasyntax.ml", line 411, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 412, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 412, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/ring/ring.ml", line 324, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 412, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/ring/ring.ml", line 324, characters 32-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 413, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 60-62:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 31-33:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/ring/ring.ml", line 333, characters 22-23:
- File "toplevel/metasyntax.ml", line 414, characters 46-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- 
- File "plugins/ring/ring.ml", line 333, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 414, characters 61-63:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/equality.ml", line 467, characters 12-14:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/ring/ring.ml", line 341, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 341, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 417, characters 36-38:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o pretyping/pretyping.cma
- File "plugins/ring/ring.ml", line 345, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 345, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 427, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/subtac/subtac_pretyping.ml
- File "plugins/subtac/subtac_command.ml", line 182, characters 11-29:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "plugins/subtac/subtac_cases.ml", line 1105, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.File "plugins/micromega/sos.ml", line 1443, characters 13-15:
- 
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1114, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "tactics/auto.ml", line 705, characters 11-13:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/vernacentries.ml", line 280, characters 11-27:
- Warning 3: deprecated: Lazy.lazy_is_val
- Use Lazy.is_val instead.
- File "plugins/subtac/subtac_cases.ml", line 1172, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1172, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1147, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1267, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1267, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/util.ml", line 1138, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "parsing/printer.ml", line 787, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/util.ml", line 1150, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1163, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC -a -o plugins/quote/quote_plugin.cma
- File "lib/util.ml", line 1173, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1183, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lib/util.ml", line 1184, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "tactics/tactics.ml", line 472, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1377, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1429, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1462, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/equality.ml", line 1045, characters 20-29:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLC -a -o plugins/xml/xml_plugin.cma
- File "toplevel/metasyntax.ml", line 911, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 913, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 968, characters 9-10:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1489, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1489, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 301, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 313, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/ppvernac.ml", line 522, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/ppvernac.ml", line 522, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 1079, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 1100, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 374, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/nsatz/nsatz_plugin.cma
- File "tactics/tactics.ml", line 474, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 533, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/funind/invfun.ml
- OCAMLC    plugins/romega/g_romega.ml
- OCAMLC    plugins/ring/g_ring.ml
- OCAMLC    plugins/fourier/fourierR.ml
- OCAMLC    plugins/field/field.ml
- OCAMLC -a -o parsing/parsing.cma
- File "tactics/tactics.ml", line 750, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 783, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 783, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 784, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/omega/coq_omega.ml", line 1308, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/subtac/subtac_plugin.cma
- File "tactics/tactics.ml", line 1146, characters 10-12:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1145, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1146, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/fourier/fourierR.ml", line 276, characters 21-33:
- OCAMLC    plugins/micromega/coq_micromega.ml
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- Testing dev/printers.cma
- OCAMLC -a -o interp/interp.cma
- File "tactics/tactics.ml", line 1234, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1235, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o plugins/romega/romega_plugin.cma
- OCAMLC    tactics/rewrite.ml
- File "tactics/tactics.ml", line 1330, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1332, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 1041, characters 32-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 1041, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1357, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1357, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1359, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1359, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1571, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1581, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/fourier/g_fourier.ml
- File "tactics/tactics.ml", line 1778, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1779, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a dev/printers.cma
- OCAMLC    plugins/funind/functional_principles_proofs.ml
- File "tactics/tactics.ml", line 1916, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/funind/indfun.ml
- OCAMLC    plugins/funind/g_indfun.ml
- File "tactics/tacinterp.ml", line 1671, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o toplevel/toplevel.cma
- File "tactics/tacinterp.ml", line 1679, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o plugins/ring/ring_plugin.cma
- File "tactics/tactics.ml", line 2276, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 2297, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLC -a -o plugins/field/field_plugin.cma
- File "tactics/tactics.ml", line 2313, characters 13-31:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- OCAMLC -a -o plugins/fourier/fourier_plugin.cma
- File "tactics/tactics.ml", line 2754, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    plugins/omega/g_omega.ml
- File "tactics/tactics.ml", line 2793, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 2800, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  lib/errors.ml
- OCAMLOPT  lib/system.ml
- OCAMLOPT  lib/gmapl.ml
- OCAMLOPT  lib/dyn.ml
- OCAMLOPT  lib/rtree.ml
- OCAMLOPT  lib/store.ml
- OCAMLOPT  kernel/names.ml
- OCAMLOPT  kernel/esubst.ml
- OCAMLOPT  parsing/lexer.ml
- OCAMLOPT  parsing/extend.ml
- OCAMLOPT  toplevel/ide_intf.ml
- File "tactics/tactics.ml", line 3037, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/esubst.ml", line 52, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  library/summary.ml
- File "lib/system.ml", line 42, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lib/system.ml", line 42, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/names.ml", line 28, characters 41-52:
- Warning 3: deprecated: String.copy
- File "kernel/names.ml", line 29, characters 22-33:
- Warning 3: deprecated: String.copy
- OCAMLOPT  plugins/fourier/fourier.ml
- File "tactics/tactics.ml", line 3138, characters 9-10:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.File "plugins/funind/functional_principles_proofs.ml", line 915, characters 1-3:
- 
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/funind/functional_principles_proofs.ml", line 916, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 3138, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/nsatz/utile.ml
- File "tactics/tactics.ml", line 3138, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/funind/functional_principles_proofs.ml", line 917, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 3139, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 2510, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 2510, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 2511, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 3176, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "lib/system.ml", line 182, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/nsatz/utile.ml", line 98, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/names.ml", line 359, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3535, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3544, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/micromega/mutils.ml
- File "tactics/tactics.ml", line 3577, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/nsatz/polynom.ml
- OCAMLC -a -o plugins/omega/omega_plugin.cma
- File "parsing/lexer.ml4", line 139, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/nsatz/polynom.ml", line 136, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 194, characters 19-31:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 246, characters 19-31:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 280, characters 38-50:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/polynom.ml", line 286, characters 20-32:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  lib/envars.ml
- File "plugins/nsatz/polynom.ml", line 323, characters 21-33:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "parsing/lexer.ml4", line 243, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "parsing/lexer.ml4", line 247, characters 20-33:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "parsing/lexer.ml4", line 248, characters 2-13:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLOPT  scripts/coqmktop.ml
- OCAMLOPT -a -o lib/lib.cmxa
- OCAMLOPT  toplevel/usage.ml
- OCAMLOPT  tools/coqdep.ml
- File "parsing/lexer.ml4", line 634, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/lexer.ml4", line 649, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "parsing/lexer.ml4", line 653, characters 17-24:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLOPT  kernel/univ.ml
- OCAMLOPT  kernel/conv_oracle.ml
- OCAMLOPT  library/nameops.ml
- OCAMLOPT  interp/ppextend.ml
- OCAMLOPT  plugins/omega/omega.ml
- OCAMLC -a -o plugins/funind/recdef_plugin.cma
- OCAMLOPT  tools/coqdoc/cpretty.ml
- OCAMLOPT  plugins/micromega/polynomial.ml
- OCAMLOPT  plugins/micromega/csdpcert.ml
- File "library/nameops.ml", line 40, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/nameops.ml", line 61, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/nameops.ml", line 64, characters 26-37:
- Warning 3: deprecated: String.copy
- File "library/nameops.ml", line 83, characters 13-24:
- Warning 3: deprecated: String.copy
- File "library/nameops.ml", line 84, characters 1-12:
- Warning 3: deprecated: String.fill
- Use Bytes.fill instead.
- File "library/nameops.ml", line 85, characters 1-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "library/nameops.ml", line 91, characters 1-12:
- Warning 3: deprecated: String.fill
- Use Bytes.fill instead.
- File "scripts/coqmktop.ml", line 190, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 191, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 192, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 193, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "scripts/coqmktop.ml", line 194, characters 3-5:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/nameops.ml", line 92, characters 1-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "plugins/omega/omega.ml", line 41, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  scripts/coqc.ml
- File "plugins/omega/omega.ml", line 43, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/univ.ml", line 97, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tools/fake_ide.ml
- File "plugins/micromega/polynomial.ml", line 221, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC    parsing/g_proofs.ml
- OCAMLC    plugins/decl_mode/g_decl_mode.ml
- File "plugins/omega/omega.ml", line 244, characters 16-25:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "plugins/omega/omega.ml", line 306, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/omega/omega.ml", line 308, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/omega/omega.ml", line 315, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLBEST -o bin/coqdep
- OCAMLOPT -o bin/coqmktop.opt
- OCAMLC    plugins/micromega/g_micromega.ml
- File "kernel/univ.ml", line 582, characters 38-56:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "plugins/omega/omega.ml", line 477, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLBEST -o plugins/micromega/csdpcert
- OCAMLBEST -o bin/fake_ide
- File "kernel/univ.ml", line 805, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/univ.ml", line 849, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o tactics/tactics.cma
- OCAMLOPT  plugins/nsatz/ideal.ml
- File "plugins/nsatz/ideal.ml", line 137, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 171, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 202, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC -a -o plugins/micromega/micromega_plugin.cma
- File "plugins/nsatz/ideal.ml", line 402, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 435, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 469, characters 16-28:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 508, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/nsatz/ideal.ml", line 514, characters 36-48:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLC -a -o parsing/highparsing.cma
- OCAMLOPT  plugins/micromega/mfourier.ml
- File "plugins/nsatz/ideal.ml", line 1033, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  kernel/term.ml
- OCAMLOPT  checker/term.ml
- OCAMLC    plugins/setoid_ring/newring.ml
- OCAMLC -a -o tactics/hightactics.cma
- strip bin/coqmktop.opt
- File "checker/term.ml", line 224, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 125, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 140, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 307, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- cd bin && ln -sf coqmktop.opt coqmktop
- COQMKTOP -o bin/coqtop.byte
- File "checker/term.ml", line 470, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 471, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 472, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 472, characters 64-65:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 475, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 480, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 482, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 487, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 487, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 489, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 489, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 491, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 491, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/term.ml", line 495, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/term.ml", line 567, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 568, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/decl_mode/decl_mode_plugin.cma
- File "kernel/term.ml", line 569, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 569, characters 64-65:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 575, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 580, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 580, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 582, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 582, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 584, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 584, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 594, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/term.ml", line 752, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1210, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1210, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1211, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1211, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1212, characters 55-56:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1212, characters 66-67:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1214, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1215, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1216, characters 44-45:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1218, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1220, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1220, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1222, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1225, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1226, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1227, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1230, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1231, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/term.ml", line 1232, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  checker/declarations.ml
- File "lib/lib.cma(Errors)", line 1:
- Warning 31: files lib/lib.cma(Errors) and /home/opam/.opam/4.02/lib/ocaml/compiler-libs/ocamlbytecomp.cma(Errors) both define a module named Errors
- File "pretyping/pretyping.cma(Matching)", line 1:
- Warning 31: files pretyping/pretyping.cma(Matching) and /home/opam/.opam/4.02/lib/ocaml/compiler-libs/ocamlcommon.cma(Matching) both define a module named Matching
- File "interp/interp.cma(Lexer)", line 1:
- Warning 31: files interp/interp.cma(Lexer) and /home/opam/.opam/4.02/lib/ocaml/compiler-libs/ocamlcommon.cma(Lexer) both define a module named Lexer
- OCAMLOPT  tools/coqdoc/main.ml
- File "checker/declarations.ml", line 546, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLC -a -o plugins/setoid_ring/newring_plugin.cma
- OCAMLBEST -o bin/coqdoc
- OCAMLOPT  checker/environ.ml
- OCAMLOPT  kernel/mod_subst.ml
- OCAMLOPT  kernel/sign.ml
- OCAMLOPT  kernel/cbytecodes.ml
- OCAMLOPT  plugins/xml/acic.ml
- OCAMLOPT  kernel/entries.ml
- OCAMLOPT  checker/closure.ml
- OCAMLOPT  checker/type_errors.ml
- OCAMLOPT  checker/modops.ml
- OCAMLOPT  kernel/retroknowledge.ml
- OCAMLOPT  kernel/vm.ml
- File "checker/closure.ml", line 360, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 556, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 557, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 559, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/closure.ml", line 560, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  kernel/cemitcodes.ml
- OCAMLOPT  library/libnames.ml
- File "kernel/cemitcodes.ml", line 28, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 29, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 30, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 31, characters 2-19:
- Warning 3: deprecated: String.unsafe_set
- File "kernel/cemitcodes.ml", line 40, characters 21-34:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "kernel/cemitcodes.ml", line 55, characters 21-34:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "kernel/cemitcodes.ml", line 85, characters 18-30:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cemitcodes.ml", line 91, characters 2-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 92, characters 2-54:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 93, characters 2-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 94, characters 2-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "kernel/cemitcodes.ml", line 294, characters 17-29:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cemitcodes.ml", line 299, characters 11-22:
- Warning 3: deprecated: String.copy
- File "kernel/cemitcodes.ml", line 348, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- OCAMLOPT  library/libobject.ml
- OCAMLOPT  library/decl_kinds.ml
- OCAMLOPT  kernel/declarations.ml
- OCAMLOPT  checker/reduction.ml
- File "kernel/declarations.ml", line 63, characters 31-47:
- Warning 3: deprecated: Lazy.lazy_is_val
- Use Lazy.is_val instead.
- File "kernel/declarations.ml", line 69, characters 25-43:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "kernel/declarations.ml", line 111, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/reduction.ml", line 146, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  kernel/pre_env.ml
- OCAMLOPT  library/nametab.ml
- OCAMLOPT  kernel/cbytegen.ml
- File "kernel/cbytegen.ml", line 579, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 580, characters 23-35:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 608, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/cbytegen.ml", line 609, characters 23-35:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  checker/inductive.ml
- File "checker/inductive.ml", line 349, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 350, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 440, characters 12-30:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 452, characters 22-40:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 464, characters 30-48:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 471, characters 30-48:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 530, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "checker/inductive.ml", line 531, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "checker/inductive.ml", line 616, characters 10-28:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "checker/inductive.ml", line 661, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "checker/inductive.ml", line 792, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 793, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 794, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 795, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "checker/inductive.ml", line 796, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  kernel/environ.ml
- OCAMLOPT  checker/typeops.ml
- OCAMLOPT  kernel/closure.ml
- OCAMLOPT  kernel/csymtable.ml
- OCAMLOPT  kernel/modops.ml
- File "kernel/closure.ml", line 446, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  checker/indtypes.ml
- OCAMLOPT  checker/subtyping.ml
- File "kernel/closure.ml", line 644, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 645, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 647, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/closure.ml", line 648, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  checker/mod_checking.ml
- OCAMLOPT  kernel/reduction.ml
- OCAMLOPT  checker/safe_typing.ml
- File "kernel/reduction.ml", line 187, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  checker/check.ml
- OCAMLOPT  checker/check_stat.ml
- OCAMLOPT  checker/checker.ml
- OCAMLOPT  kernel/type_errors.ml
- OCAMLOPT  kernel/vconv.ml
- OCAMLOPT  kernel/inductive.ml
- File "kernel/inductive.ml", line 363, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 364, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 448, characters 12-30:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "kernel/inductive.ml", line 524, characters 22-34:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "kernel/inductive.ml", line 525, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT -a -o checker/check.cmxa
- File "kernel/inductive.ml", line 609, characters 10-28:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- File "kernel/inductive.ml", line 656, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "kernel/inductive.ml", line 789, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 790, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 791, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 792, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/inductive.ml", line 793, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT -o bin/coqchk.opt
- OCAMLOPT  kernel/typeops.ml
- strip bin/coqchk.opt
- cd bin && ln -sf coqchk.opt coqchk
- OCAMLOPT  kernel/indtypes.ml
- OCAMLOPT  kernel/cooking.ml
- OCAMLOPT  kernel/subtyping.ml
- File "kernel/indtypes.ml", line 273, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  library/lib.ml
- File "library/lib.ml", line 457, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  kernel/term_typing.ml
- OCAMLOPT  library/dischargedhypsmap.ml
- OCAMLOPT  library/goptions.ml
- OCAMLOPT  kernel/mod_typing.ml
- File "library/goptions.ml", line 220, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/rtauto/proof_search.ml
- OCAMLOPT  kernel/safe_typing.ml
- File "kernel/safe_typing.ml", line 520, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "kernel/safe_typing.ml", line 900, characters 16-34:
- Warning 3: deprecated: Lazy.lazy_from_val
- Use Lazy.from_val instead.
- OCAMLOPT -a -o kernel/kernel.cmxa
- OCAMLOPT  library/global.ml
- OCAMLOPT  library/declaremods.ml
- OCAMLOPT  library/decls.ml
- OCAMLOPT  library/assumptions.ml
- OCAMLOPT  pretyping/termops.ml
- OCAMLOPT  library/heads.ml
- File "pretyping/termops.ml", line 165, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/heads.ml", line 118, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/termops.ml", line 588, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 760, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 899, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/termops.ml", line 909, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 946, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/termops.ml", line 1007, characters 10-12:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  library/library.ml
- File "library/library.ml", line 261, characters 4-6:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  pretyping/evd.ml
- OCAMLOPT  pretyping/namegen.ml
- OCAMLOPT  toplevel/discharge.ml
- OCAMLOPT  library/states.ml
- File "pretyping/namegen.ml", line 164, characters 55-57:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/namegen.ml", line 177, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/namegen.ml", line 244, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT -a -o library/library.cmxa
- File "pretyping/namegen.ml", line 252, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/namegen.ml", line 296, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/namegen.ml", line 304, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evd.ml", line 818, characters 32-41:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLOPT  pretyping/reductionops.ml
- OCAMLOPT  pretyping/glob_term.ml
- File "pretyping/reductionops.ml", line 267, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 220, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 221, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 221, characters 65-66:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 222, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 222, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 223, characters 39-41:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 223, characters 59-60:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 226, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 227, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 230, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 232, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 232, characters 42-44:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 232, characters 56-58:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 236, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 242, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 245, characters 35-37:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/glob_term.ml", line 248, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/glob_term.ml", line 252, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 926, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 926, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 934, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 939, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/reductionops.ml", line 939, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/reductionops.ml", line 947, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  pretyping/vnorm.ml
- OCAMLOPT  pretyping/inductiveops.ml
- OCAMLOPT  pretyping/cbv.ml
- OCAMLOPT  pretyping/retyping.ml
- OCAMLOPT  pretyping/pretype_errors.ml
- OCAMLOPT  pretyping/arguments_renaming.ml
- OCAMLOPT  pretyping/pattern.ml
- OCAMLOPT  pretyping/detyping.ml
- OCAMLOPT  pretyping/indrec.ml
- File "pretyping/pattern.ml", line 55, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 56, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 57, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 58, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 60, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 61, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 63, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/pattern.ml", line 64, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/retyping.ml", line 133, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/indrec.ml", line 175, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/indrec.ml", line 276, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "pretyping/indrec.ml", line 386, characters 24-36:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "pretyping/detyping.ml", line 218, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 249, characters 1-2:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 312, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  pretyping/evarutil.ml
- File "pretyping/detyping.ml", line 491, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/detyping.ml", line 501, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 645, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/detyping.ml", line 655, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  pretyping/matching.ml
- OCAMLOPT  tactics/termdn.ml
- File "pretyping/evarutil.ml", line 474, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/evarutil.ml", line 683, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/evarutil.ml", line 685, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/matching.ml", line 130, characters 13-22:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "pretyping/evarutil.ml", line 749, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/matching.ml", line 214, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/matching.ml", line 244, characters 9-18:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- File "pretyping/evarutil.ml", line 1318, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tactics/btermdn.ml
- File "pretyping/evarutil.ml", line 1484, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  interp/topconstr.ml
- File "pretyping/evarutil.ml", line 1582, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/evarutil.ml", line 1772, characters 71-73:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  tactics/nbtermdn.ml
- File "interp/topconstr.ml", line 195, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 196, characters 112-113:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 198, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 202, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 347, characters 35-37:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 348, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 348, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/topconstr.ml", line 455, characters 62-63:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 580, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 666, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 692, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 693, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 715, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 715, characters 75-76:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/topconstr.ml", line 1272, characters 13-22:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLOPT  pretyping/term_dnet.ml
- OCAMLOPT  pretyping/typeclasses_errors.ml
- OCAMLOPT  interp/reserve.ml
- OCAMLOPT  library/impargs.ml
- OCAMLOPT  pretyping/recordops.ml
- File "interp/reserve.ml", line 93, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 134, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 137, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 169, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 169, characters 51-52:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 169, characters 66-67:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 170, characters 57-58:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 170, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 179, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 182, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 185, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/recordops.ml", line 293, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "library/impargs.ml", line 241, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 284, characters 42-44:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 286, characters 51-53:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 323, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/impargs.ml", line 648, characters 9-18:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLOPT  pretyping/evarconv.ml
- File "pretyping/evarconv.ml", line 397, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 400, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 483, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 493, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 776, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 777, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 777, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/evarconv.ml", line 782, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 783, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/evarconv.ml", line 783, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  pretyping/typing.ml
- OCAMLOPT  pretyping/tacred.ml
- File "pretyping/tacred.ml", line 228, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/tacred.ml", line 848, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/tacred.ml", line 884, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  pretyping/typeclasses.ml
- OCAMLOPT  pretyping/classops.ml
- OCAMLOPT  proofs/redexpr.ml
- File "pretyping/classops.ml", line 68, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/classops.ml", line 316, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/classops.ml", line 388, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  interp/notation.ml
- OCAMLOPT  pretyping/coercion.ml
- OCAMLOPT  interp/dumpglob.ml
- OCAMLOPT  interp/implicit_quantifiers.ml
- File "interp/notation.ml", line 308, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/coercion.ml", line 174, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/dumpglob.ml", line 217, characters 7-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 220, characters 6-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 226, characters 27-43:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 227, characters 3-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 230, characters 6-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/dumpglob.ml", line 232, characters 21-36:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "interp/notation.ml", line 523, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/notation.ml", line 523, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/notation.ml", line 688, characters 59-60:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  pretyping/unification.ml
- OCAMLOPT  pretyping/cases.ml
- OCAMLOPT  interp/genarg.ml
- OCAMLOPT  interp/syntax_def.ml
- OCAMLOPT  library/declare.ml
- File "pretyping/cases.ml", line 392, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/cases.ml", line 536, characters 54-56:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "library/declare.ml", line 119, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 1096, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/cases.ml", line 1105, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  interp/smartlocate.ml
- OCAMLOPT  proofs/tacexpr.ml
- OCAMLOPT  parsing/extrawit.ml
- File "pretyping/cases.ml", line 1135, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/unification.ml", line 898, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/cases.ml", line 1285, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/cases.ml", line 1285, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 1359, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/tacexpr.ml", line 51, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  toplevel/ind_tables.ml
- OCAMLOPT  toplevel/libtypes.ml
- File "pretyping/unification.ml", line 1172, characters 65-67:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "pretyping/cases.ml", line 1697, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  toplevel/vernacexpr.ml
- OCAMLOPT  parsing/pcoq.ml
- OCAMLOPT  interp/coqlib.ml
- OCAMLOPT  tactics/elimschemes.ml
- File "parsing/pcoq.ml4", line 226, characters 19-22:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 226, characters 19-22:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLOPT  tactics/eqschemes.ml
- File "parsing/pcoq.ml4", line 422, characters 39-42:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 422, characters 39-42:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/pcoq.ml4", line 541, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/eqschemes.ml", line 96, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/pcoq.ml4", line 647, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/eqschemes.ml", line 128, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/pcoq.ml4", line 729, characters 11-12:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 729, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 732, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 732, characters 44-45:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 736, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 739, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 742, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 745, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 752, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 752, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 753, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pcoq.ml4", line 753, characters 58-59:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/eqschemes.ml", line 676, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  parsing/egrammar.ml
- OCAMLOPT  parsing/g_xml.ml
- OCAMLOPT  parsing/g_constr.ml
- OCAMLOPT  parsing/g_prim.ml
- OCAMLOPT  parsing/g_tactic.ml
- OCAMLOPT  parsing/g_ltac.ml
- OCAMLOPT  plugins/syntax/nat_syntax.ml
- OCAMLOPT  plugins/syntax/z_syntax.ml
- OCAMLOPT  plugins/syntax/ascii_syntax.ml
- OCAMLOPT  plugins/syntax/r_syntax.ml
- File "parsing/g_xml.ml4", line 39, characters 17-20:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLOPT  pretyping/pretyping.ml
- File "parsing/g_xml.ml4", line 39, characters 17-20:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_prim.ml4", line 46, characters 8-17:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_prim.ml4", line 46, characters 8-17:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLOPT  plugins/syntax/numbers_syntax.ml
- File "plugins/syntax/r_syntax.ml", line 79, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 79, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 83, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 83, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 84, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 84, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 91, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/r_syntax.ml", line 91, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/syntax/ascii_syntax.ml", line 50, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/syntax/string_syntax.ml
- File "parsing/g_xml.ml4", line 84, characters 54-59:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "parsing/egrammar.ml", line 319, characters 67-68:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "pretyping/pretyping.ml", line 490, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/g_tactic.ml4", line 472, characters 28-37:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 472, characters 28-37:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 470, characters 14-23:
- Warning 28: wildcard pattern given as argument to a constant constructor
- File "parsing/g_tactic.ml4", line 470, characters 14-23:
- Warning 28: wildcard pattern given as argument to a constant constructor
- OCAMLOPT -a -o pretyping/pretyping.cmxa
- OCAMLOPT  interp/constrintern.ml
- File "interp/constrintern.ml", line 635, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrintern.ml", line 672, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1147, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1489, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrintern.ml", line 1489, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  interp/modintern.ml
- OCAMLOPT  interp/constrextern.ml
- OCAMLOPT  proofs/goal.ml
- File "interp/constrextern.ml", line 262, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 262, characters 58-60:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 263, characters 56-58:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 281, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 281, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 315, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 335, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 344, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 380, characters 55-57:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 380, characters 67-69:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 441, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 454, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 465, characters 27-29:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 466, characters 62-64:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 466, characters 28-29:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 467, characters 63-65:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 468, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 469, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 481, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 508, characters 63-64:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 507, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 508, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 526, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 530, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 584, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 589, characters 24-26:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "interp/constrextern.ml", line 686, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 766, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 776, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "interp/constrextern.ml", line 793, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  proofs/proof_type.ml
- OCAMLOPT  proofs/logic.ml
- OCAMLOPT  plugins/xml/proof2aproof.ml
- File "plugins/xml/proof2aproof.ml", line 50, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 232, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 235, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 235, characters 36-38:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 262, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 320, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 358, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 410, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "proofs/logic.ml", line 411, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/logic.ml", line 677, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT -a -o interp/interp.cmxa
- OCAMLOPT  parsing/ppconstr.ml
- OCAMLOPT  proofs/refiner.ml
- File "proofs/refiner.ml", line 147, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/refiner.ml", line 424, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  proofs/evar_refiner.ml
- OCAMLOPT  proofs/tacmach.ml
- OCAMLOPT  proofs/tactic_debug.ml
- OCAMLOPT  proofs/clenv.ml
- File "proofs/tactic_debug.ml", line 75, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 75, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 151, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 151, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 156, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 156, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 169, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 169, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 176, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 176, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 181, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 181, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 187, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 187, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 194, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 194, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 200, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 200, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 208, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 208, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "proofs/tactic_debug.ml", line 221, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  proofs/proofview.ml
- OCAMLOPT  plugins/cc/ccalgo.ml
- OCAMLOPT  plugins/romega/const_omega.ml
- File "plugins/romega/const_omega.ml", line 356, characters 56-57:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  proofs/clenvtac.ml
- File "plugins/cc/ccalgo.ml", line 363, characters 17-29:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "proofs/clenvtac.ml", line 65, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tactics/tacticals.ml
- OCAMLOPT  proofs/proof.ml
- File "tactics/tacticals.ml", line 290, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  proofs/proof_global.ml
- OCAMLOPT  plugins/micromega/certificate.ml
- OCAMLOPT  plugins/cc/ccproof.ml
- OCAMLOPT  tactics/hipattern.ml
- File "tactics/hipattern.ml4", line 92, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  proofs/pfedit.ml
- File "tactics/hipattern.ml4", line 283, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT -a -o proofs/proofs.cmxa
- OCAMLOPT  parsing/printer.ml
- OCAMLOPT  toplevel/backtrack.ml
- OCAMLOPT  plugins/decl_mode/decl_mode.ml
- File "tactics/hipattern.ml4", line 367, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 367, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 370, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 370, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 370, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 418, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 418, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/hipattern.ml4", line 438, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/printer.ml", line 267, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/firstorder/formula.ml
- File "parsing/printer.ml", line 787, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/firstorder/unify.ml
- OCAMLOPT  parsing/pptactic.ml
- OCAMLOPT  parsing/printmod.ml
- OCAMLOPT  tactics/tactics.ml
- OCAMLOPT  toplevel/class.ml
- OCAMLOPT  toplevel/search.ml
- OCAMLOPT  toplevel/autoinstance.ml
- OCAMLOPT  plugins/extraction/table.ml
- OCAMLOPT  plugins/funind/indfun_common.ml
- OCAMLOPT  plugins/subtac/subtac_errors.ml
- OCAMLOPT  plugins/xml/doubleTypeInference.ml
- File "toplevel/search.ml", line 106, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/search.ml", line 106, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/search.ml", line 106, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/search.ml", line 161, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/extraction/table.ml", line 707, characters 10-21:
- Warning 3: deprecated: String.copy
- File "plugins/extraction/table.ml", line 708, characters 26-41:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tactics/tactics.ml", line 472, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/xml/cic2acic.ml
- OCAMLOPT  parsing/prettyp.ml
- OCAMLOPT  plugins/funind/glob_termops.ml
- File "parsing/pptactic.ml", line 421, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/pptactic.ml", line 423, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 474, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/prettyp.ml", line 131, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/prettyp.ml", line 131, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 750, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1146, characters 10-12:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1145, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1146, characters 26-27:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1234, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1235, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1330, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1332, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1357, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1357, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1359, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1359, characters 34-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1571, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1581, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/extraction/mlutil.ml
- File "tactics/tactics.ml", line 1778, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 1779, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/prettyp.ml", line 494, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 1916, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 2276, characters 9-11:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 2297, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tactics.ml", line 2313, characters 13-31:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "tactics/tactics.ml", line 2754, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 2793, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 2800, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/extraction/mlutil.ml", line 1271, characters 4-14:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/tactics.ml", line 3037, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3138, characters 9-10:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3138, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3138, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3139, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3176, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/xml/acic2Xml.ml
- File "tactics/tactics.ml", line 3535, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3544, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tactics.ml", line 3577, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  parsing/tactic_printer.ml
- OCAMLOPT  toplevel/himsg.ml
- OCAMLOPT  plugins/decl_mode/ppdecl_proof.ml
- OCAMLOPT  plugins/xml/proofTree2Xml.ml
- OCAMLOPT  plugins/extraction/modutil.ml
- OCAMLOPT  plugins/extraction/extraction.ml
- OCAMLOPT -a -o parsing/parsing.cmxa
- File "plugins/extraction/modutil.ml", line 365, characters 16-28:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "toplevel/himsg.ml", line 341, characters 49-50:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/extraction/common.ml
- File "plugins/extraction/common.ml", line 97, characters 12-23:
- Warning 3: deprecated: String.copy
- File "plugins/extraction/common.ml", line 98, characters 59-71:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "toplevel/himsg.ml", line 1028, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/extraction/haskell.ml
- OCAMLOPT  plugins/extraction/ocaml.ml
- OCAMLOPT  plugins/extraction/scheme.ml
- File "plugins/extraction/scheme.ml", line 39, characters 25-37:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLOPT  toplevel/cerrors.ml
- OCAMLOPT  tactics/hiddentac.ml
- OCAMLOPT  tactics/contradiction.ml
- OCAMLOPT  tactics/refine.ml
- OCAMLOPT  plugins/quote/quote.ml
- OCAMLOPT  plugins/romega/refl_omega.ml
- OCAMLOPT  plugins/micromega/coq_micromega.ml
- File "plugins/quote/quote.ml", line 252, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/quote/quote.ml", line 252, characters 50-51:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/quote/quote.ml", line 267, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/quote/quote.ml", line 302, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/quote/quote.ml", line 364, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/contradiction.ml", line 69, characters 39-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tactics/elim.ml
- OCAMLOPT  tactics/auto.ml
- OCAMLOPT  toplevel/lemmas.ml
- File "tactics/auto.ml", line 164, characters 4-14:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/auto.ml", line 334, characters 18-28:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/auto.ml", line 338, characters 20-30:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "tactics/auto.ml", line 343, characters 20-30:
- Warning 3: deprecated: Sort.merge
- Use List.merge instead.
- File "toplevel/lemmas.ml", line 74, characters 31-32:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/lemmas.ml", line 91, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/lemmas.ml", line 101, characters 35-36:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/auto.ml", line 705, characters 11-13:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/subtac/subtac_utils.ml
- File "plugins/subtac/subtac_utils.ml", line 151, characters 20-38:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- OCAMLOPT  plugins/subtac/subtac_cases.ml
- OCAMLOPT  tactics/equality.ml
- OCAMLOPT  plugins/firstorder/sequent.ml
- File "plugins/subtac/subtac_cases.ml", line 70, characters 7-9:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 409, characters 20-21:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/firstorder/rules.ml
- File "plugins/subtac/subtac_cases.ml", line 1003, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/equality.ml", line 467, characters 12-14:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1105, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1114, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "plugins/subtac/subtac_cases.ml", line 1172, characters 6-7:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1172, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1267, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_cases.ml", line 1267, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1377, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1429, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac_cases.ml", line 1462, characters 6-8:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/equality.ml", line 1045, characters 20-29:
- Warning 3: deprecated: Sort.list
- Use List.sort instead.
- OCAMLOPT  plugins/firstorder/instances.ml
- OCAMLOPT  tactics/inv.ml
- OCAMLOPT  toplevel/auto_ind_decl.ml
- OCAMLOPT  plugins/omega/coq_omega.ml
- File "tactics/inv.ml", line 59, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/inv.ml", line 466, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/auto_ind_decl.ml", line 235, characters 13-25:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "toplevel/auto_ind_decl.ml", line 238, characters 13-25:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  tactics/leminv.ml
- File "plugins/omega/coq_omega.ml", line 1308, characters 16-17:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tactics/tacinterp.ml
- OCAMLOPT  toplevel/indschemes.ml
- File "tactics/tacinterp.ml", line 301, characters 33-35:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 313, characters 42-43:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 374, characters 38-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 533, characters 47-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 783, characters 54-55:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 783, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 784, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 1041, characters 32-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 1041, characters 45-46:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 1671, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 1679, characters 47-49:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 2510, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "tactics/tacinterp.ml", line 2510, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "tactics/tacinterp.ml", line 2511, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  tactics/evar_tactics.ml
- OCAMLOPT  toplevel/vernacinterp.ml
- OCAMLOPT  tactics/tactic_option.ml
- OCAMLOPT  toplevel/metasyntax.ml
- OCAMLOPT  parsing/ppvernac.ml
- OCAMLOPT  tactics/tauto.ml
- OCAMLOPT  plugins/decl_mode/decl_interp.ml
- OCAMLOPT  plugins/cc/cctac.ml
- OCAMLOPT  plugins/firstorder/ground.ml
- OCAMLOPT  plugins/subtac/eterm.ml
- OCAMLOPT  plugins/xml/cic2Xml.ml
- OCAMLOPT  plugins/quote/g_quote.ml
- OCAMLOPT  plugins/omega/g_omega.ml
- OCAMLOPT  plugins/romega/g_romega.ml
- OCAMLOPT  plugins/rtauto/refl_tauto.ml
- OCAMLOPT  plugins/nsatz/nsatz.ml
- OCAMLOPT  tactics/autorewrite.ml
- OCAMLOPT  toplevel/mltop.optml
- OCAMLOPT  plugins/xml/dumptree.ml
- OCAMLOPT  plugins/ring/ring.ml
- File "plugins/nsatz/nsatz.ml4", line 450, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "tactics/autorewrite.ml", line 174, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 324, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 324, characters 32-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 333, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 333, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 341, characters 18-19:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 341, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 345, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/ring/ring.ml", line 345, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 159, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 159, characters 46-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 159, characters 57-59:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 163, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 166, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 167, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 167, characters 33-34:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 168, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/subtac/subtac_coercion.ml
- File "toplevel/metasyntax.ml", line 180, characters 40-41:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 195, characters 41-42:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 224, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/rtauto/g_rtauto.ml
- File "toplevel/metasyntax.ml", line 327, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 327, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 327, characters 30-31:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/syntax/nat_syntax_plugin_mod.ml
- OCAMLOPT  plugins/extraction/extraction_plugin_mod.ml
- OCAMLOPT  plugins/decl_mode/decl_mode_plugin_mod.ml
- OCAMLOPT  plugins/cc/cc_plugin_mod.ml
- OCAMLOPT  plugins/firstorder/ground_plugin_mod.ml
- OCAMLOPT  plugins/funind/recdef_plugin_mod.ml
- OCAMLOPT  plugins/subtac/subtac_plugin_mod.ml
- OCAMLOPT  plugins/xml/xml_plugin_mod.ml
- OCAMLOPT  plugins/syntax/z_syntax_plugin_mod.ml
- OCAMLOPT  plugins/quote/quote_plugin_mod.ml
- OCAMLOPT  plugins/setoid_ring/newring_plugin_mod.ml
- OCAMLOPT  plugins/omega/omega_plugin_mod.ml
- OCAMLOPT  plugins/romega/romega_plugin_mod.ml
- OCAMLOPT  plugins/syntax/ascii_syntax_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 399, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 400, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 400, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/syntax/string_syntax_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 403, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 404, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 404, characters 34-36:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 407, characters 36-37:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 408, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/syntax/r_syntax_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 411, characters 36-37:
- OCAMLOPT  plugins/ring/ring_plugin_mod.ml
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/field/field_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 412, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 412, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/fourier/fourier_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 412, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 45-47:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 413, characters 60-62:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 15-17:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 31-33:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 414, characters 61-63:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/syntax/numbers_syntax_plugin_mod.ml
- OCAMLOPT  plugins/micromega/micromega_plugin_mod.ml
- OCAMLOPT  plugins/rtauto/rtauto_plugin_mod.ml
- OCAMLOPT  plugins/nsatz/nsatz_plugin_mod.ml
- File "toplevel/metasyntax.ml", line 417, characters 36-38:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 427, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT -a -o plugins/syntax/nat_syntax_plugin.cmxa
- OCAMLOPT -a -o plugins/syntax/z_syntax_plugin.cmxa
- OCAMLOPT -a -o plugins/syntax/string_syntax_plugin.cmxa
- OCAMLOPT -a -o plugins/quote/quote_plugin.cmxa
- OCAMLOPT -a -o plugins/omega/omega_plugin.cmxa
- OCAMLOPT -a -o plugins/syntax/ascii_syntax_plugin.cmxa
- OCAMLOPT -a -o plugins/syntax/r_syntax_plugin.cmxa
- OCAMLOPT -a -o plugins/romega/romega_plugin.cmxa
- OCAMLOPT -a -o plugins/syntax/numbers_syntax_plugin.cmxa
- OCAMLOPT -shared -o plugins/syntax/nat_syntax_plugin.cmxs
- OCAMLOPT -shared -o plugins/quote/quote_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/z_syntax_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/string_syntax_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/numbers_syntax_plugin.cmxs
- OCAMLOPT -a -o plugins/rtauto/rtauto_plugin.cmxa
- OCAMLOPT -shared -o plugins/syntax/ascii_syntax_plugin.cmxs
- OCAMLOPT -shared -o plugins/romega/romega_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/r_syntax_plugin.cmxs
- OCAMLOPT -a -o tactics/tactics.cmxa
- OCAMLOPT -shared -o plugins/omega/omega_plugin.cmxs
- OCAMLOPT -shared -o plugins/rtauto/rtauto_plugin.cmxs
- OCAMLOPT  plugins/decl_mode/decl_proof_instr.ml
- File "toplevel/metasyntax.ml", line 911, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 913, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 968, characters 9-10:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/metasyntax.ml", line 1079, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/metasyntax.ml", line 1100, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parsing/ppvernac.ml", line 522, characters 10-11:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "parsing/ppvernac.ml", line 522, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "plugins/subtac/subtac_coercion.ml", line 416, characters 17-18:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/cc/g_congruence.ml
- OCAMLOPT -a -o plugins/nsatz/nsatz_plugin.cmxa
- OCAMLOPT -shared -o plugins/nsatz/nsatz_plugin.cmxs
- OCAMLOPT -a -o plugins/cc/cc_plugin.cmxa
- OCAMLOPT -shared -o plugins/cc/cc_plugin.cmxs
- OCAMLOPT  plugins/ring/g_ring.ml
- OCAMLOPT  plugins/field/field.ml
- OCAMLOPT  plugins/fourier/fourierR.ml
- OCAMLOPT  plugins/micromega/g_micromega.ml
- OCAMLOPT  plugins/subtac/subtac_pretyping_F.ml
- OCAMLOPT  plugins/funind/invfun.ml
- File "plugins/fourier/fourierR.ml", line 276, characters 21-33:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- OCAMLOPT  toplevel/command.ml
- OCAMLOPT  tactics/extraargs.ml
- OCAMLOPT -a -o plugins/micromega/micromega_plugin.cmxa
- File "plugins/subtac/subtac_pretyping_F.ml", line 365, characters 31-33:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT -shared -o plugins/micromega/micromega_plugin.cmxs
- File "toplevel/command.ml", line 143, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/command.ml", line 155, characters 23-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  plugins/fourier/g_fourier.ml
- File "toplevel/command.ml", line 442, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT -a -o plugins/field/field_plugin.cmxa
- OCAMLOPT -shared -o plugins/field/field_plugin.cmxs
- OCAMLOPT -a -o plugins/ring/ring_plugin.cmxa
- OCAMLOPT -shared -o plugins/ring/ring_plugin.cmxs
- OCAMLOPT -a -o plugins/fourier/fourier_plugin.cmxa
- OCAMLOPT -shared -o plugins/fourier/fourier_plugin.cmxs
- OCAMLOPT  plugins/firstorder/g_ground.ml
- OCAMLOPT  toplevel/classes.ml
- OCAMLOPT  toplevel/whelp.ml
- OCAMLOPT  plugins/funind/glob_term_to_relation.ml
- OCAMLOPT  plugins/funind/merge.ml
- OCAMLOPT  plugins/subtac/subtac_obligations.ml
- File "toplevel/whelp.ml4", line 63, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/whelp.ml4", line 63, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/whelp.ml4", line 63, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/whelp.ml4", line 63, characters 37-38:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/whelp.ml4", line 64, characters 25-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/whelp.ml4", line 64, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  tactics/extratactics.ml
- OCAMLOPT  tactics/eauto.ml
- File "tactics/eauto.ml4", line 35, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT -a -o plugins/firstorder/ground_plugin.cmxa
- OCAMLOPT -shared -o plugins/firstorder/ground_plugin.cmxs
- OCAMLOPT  toplevel/record.ml
- OCAMLOPT  plugins/subtac/subtac_pretyping.ml
- OCAMLOPT  plugins/subtac/subtac_command.ml
- File "plugins/subtac/subtac_command.ml", line 182, characters 11-29:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- OCAMLOPT  toplevel/vernacentries.ml
- File "toplevel/vernacentries.ml", line 280, characters 11-27:
- Warning 3: deprecated: Lazy.lazy_is_val
- Use Lazy.is_val instead.
- OCAMLOPT  tactics/class_tactics.ml
- OCAMLOPT  plugins/subtac/subtac_classes.ml
- OCAMLOPT  plugins/extraction/extract_env.ml
- OCAMLOPT  toplevel/vernac.ml
- OCAMLOPT  plugins/funind/recdef.ml
- OCAMLOPT  plugins/subtac/subtac.ml
- File "toplevel/vernac.ml", line 39, characters 31-43:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "plugins/subtac/subtac.ml", line 70, characters 49-51:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/subtac/subtac.ml", line 123, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  tactics/eqdecide.ml
- File "toplevel/vernac.ml", line 188, characters 9-22:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- OCAMLOPT  tactics/rewrite.ml
- OCAMLOPT  toplevel/ide_slave.ml
- OCAMLOPT  toplevel/toplevel.ml
- OCAMLOPT  plugins/xml/xmlcommand.ml
- File "toplevel/toplevel.ml", line 32, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "toplevel/toplevel.ml", line 69, characters 4-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "toplevel/toplevel.ml", line 91, characters 13-15:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "toplevel/toplevel.ml", line 121, characters 25-40:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- OCAMLOPT  plugins/subtac/g_subtac.ml
- OCAMLOPT  plugins/extraction/g_extraction.ml
- File "toplevel/toplevel.ml", line 196, characters 2-3:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 198, characters 60-61:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 202, characters 21-22:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 203, characters 43-44:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "toplevel/toplevel.ml", line 203, characters 65-66:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- OCAMLOPT  toplevel/coqinit.ml
- OCAMLOPT  plugins/xml/xmlentries.ml
- OCAMLOPT  toplevel/coqtop.ml
- OCAMLOPT  parsing/g_vernac.ml
- OCAMLOPT -a -o plugins/extraction/extraction_plugin.cmxa
- OCAMLOPT -a -o plugins/subtac/subtac_plugin.cmxa
- OCAMLOPT -a -o plugins/xml/xml_plugin.cmxa
- OCAMLOPT -shared -o plugins/extraction/extraction_plugin.cmxs
- OCAMLOPT -shared -o plugins/subtac/subtac_plugin.cmxs
- OCAMLOPT -shared -o plugins/xml/xml_plugin.cmxs
- OCAMLOPT -a -o toplevel/toplevel.cmxa
- OCAMLOPT  plugins/funind/functional_principles_proofs.ml
- File "plugins/funind/functional_principles_proofs.ml", line 915, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/funind/functional_principles_proofs.ml", line 916, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "plugins/funind/functional_principles_proofs.ml", line 917, characters 1-3:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- OCAMLOPT  plugins/funind/functional_principles_types.ml
- OCAMLOPT  plugins/funind/indfun.ml
- OCAMLOPT -a -o tactics/hightactics.cmxa
- OCAMLOPT  plugins/setoid_ring/newring.ml
- OCAMLOPT  plugins/funind/g_indfun.ml
- OCAMLOPT -a -o plugins/funind/recdef_plugin.cmxa
- OCAMLOPT -shared -o plugins/funind/recdef_plugin.cmxs
- OCAMLOPT -a -o plugins/setoid_ring/newring_plugin.cmxa
- OCAMLOPT -shared -o plugins/setoid_ring/newring_plugin.cmxs
- OCAMLOPT  parsing/g_proofs.ml
- OCAMLOPT  plugins/decl_mode/g_decl_mode.ml
- OCAMLOPT -a -o parsing/highparsing.cmxa
- COQMKTOP -o bin/coqtop.opt
- strip bin/coqtop.opt
- COQC -nois theories/Init/Notations.v
- cd bin && ln -sf coqtop.opt coqtop
- OCAMLOPT -o bin/coqc.opt
- COQC -nois theories/Init/Logic.v
- Identifier 'IF' now a keyword
- Identifier 'exists2' now a keyword
- Identifier 'rew' now a keyword
- COQC -nois theories/Init/Datatypes.v
- COQC -nois theories/Init/Logic_Type.v
- COQC -nois theories/Init/Peano.v
- COQC -nois theories/Init/Specif.v
- COQC -nois theories/Init/Wf.v
- COQC -nois theories/Init/Tactics.v
- OCAMLOPT -a -o plugins/decl_mode/decl_mode_plugin.cmxa
- OCAMLOPT -shared -o plugins/decl_mode/decl_mode_plugin.cmxs
- strip bin/coqc.opt
- cd bin && ln -sf coqc.opt coqc
- COQC -nois theories/Init/Prelude.v
- BUILD     states/initial.coq
- COQC      theories/Logic/Berardi.v
- COQC      theories/Arith/Le.v
- COQC      theories/Logic/Decidable.v
- COQC      theories/Program/Basics.v
- COQC      theories/Program/Tactics.v
- COQC      theories/Relations/Relation_Definitions.v
- COQC      theories/Logic/EqdepFacts.v
- COQC      theories/Arith/EqNat.v
- COQC      theories/Numbers/BinNums.v
- COQC      theories/Bool/Bool.v
- COQC      theories/Bool/Sumbool.v
- COQC      theories/Arith/Even.v
- COQC      plugins/quote/Quote.v
- COQC      theories/Logic/Hurkens.v
- COQC      theories/Logic/RelationalChoice.v
- COQC      theories/Logic/FunctionalExtensionality.v
- COQC      theories/Logic/ExtensionalityFacts.v
- COQC      theories/Logic/SetIsType.v
- COQC      theories/Bool/DecBool.v
- COQC      plugins/omega/OmegaPlugin.v
- COQC      theories/Sets/Relations_1.v
- COQC      theories/Lists/Streams.v
- COQC      theories/Sets/Ensembles.v
- COQC      theories/Sets/Permut.v
- COQC      theories/Wellfounded/Inverse_Image.v
- COQC      theories/Unicode/Utf8_core.v
- COQC      plugins/micromega/CheckerMaker.v
- COQC      plugins/setoid_ring/Algebra_syntax.v
- COQC      plugins/extraction/ExtrOcamlBasic.v
- COQC      theories/Sets/Relations_1_facts.v
- COQC      theories/Sets/Relations_2.v
- COQC      theories/Logic/ClassicalFacts.v
- COQC      theories/Sets/Constructive_sets.v
- COQC      theories/Sets/Partial_Order.v
- COQC      theories/PArith/BinPosDef.v
- Identifier 'λ' now a keyword
- COQC      theories/Unicode/Utf8.v
- COQC      theories/Classes/Init.v
- COQC      theories/Arith/Lt.v
- COQC      theories/Relations/Relation_Operators.v
- COQC      theories/Wellfounded/Inclusion.v
- COQC      theories/Sets/Relations_3.v
- COQC      theories/Program/Utils.v
- COQC      theories/Program/Combinators.v
- COQC      theories/Sets/Relations_2_facts.v
- COQC      theories/Classes/RelationClasses.v
- COQC      theories/Sets/Finite_sets.v
- COQC      theories/Sets/Cpo.v
- COQC      theories/Sets/Powerset.v
- COQC      theories/Logic/Eqdep_dec.v
- COQC      theories/Logic/Classical_Prop.v
- COQC      theories/Logic/Eqdep.v
- COQC      theories/Logic/ProofIrrelevanceFacts.v
- COQC      theories/Relations/Operators_Properties.v
- COQC      theories/Wellfounded/Disjoint_Union.v
- COQC      theories/Wellfounded/Transitive_Closure.v
- COQC      theories/Arith/Plus.v
- COQC      theories/Arith/Minus.v
- COQC      theories/Arith/Between.v
- COQC      theories/Sets/Relations_3_facts.v
- COQC      theories/Logic/ProofIrrelevance.v
- COQC      theories/Wellfounded/Union.v
- COQC      theories/Bool/BoolEq.v
- COQC      theories/Bool/IfProp.v
- COQC      theories/Sets/Uniset.v
- COQC      plugins/ring/LegacyRing_theory.v
- COQC      theories/Logic/JMeq.v
- COQC      theories/Wellfounded/Lexicographic_Product.v
- COQC      theories/Wellfounded/Well_Ordering.v
- COQC      theories/Arith/Peano_dec.v
- COQC      theories/Lists/StreamMemo.v
- COQC      theories/Sets/Powerset_facts.v
- COQC      theories/Logic/Classical_Pred_Type.v
- COQC      theories/Program/Wf.v
- COQC      theories/Classes/Morphisms.v
- COQC      theories/Logic/Classical.v
- COQC      theories/Logic/Classical_Pred_Set.v
- COQC      theories/Logic/Classical_Type.v
- COQC      theories/Arith/Gt.v
- COQC      theories/Arith/Mult.v
- COQC      theories/Program/Equality.v
- COQC      theories/Relations/Relations.v
- COQC      theories/Sets/Classical_sets.v
- COQC      theories/Arith/Compare_dec.v
- COQC      theories/Program/Subset.v
- COQC      theories/Arith/Factorial.v
- COQC      theories/Sets/Powerset_Classical_facts.v
- COQC      plugins/ring/Ring_normalize.v
- COQC      theories/Arith/Wf_nat.v
- COQC      theories/Arith/Div2.v
- COQC      theories/Arith/Bool_nat.v
- COQC      theories/Classes/Morphisms_Prop.v
- COQC      theories/Classes/Equivalence.v
- COQC      theories/Classes/RelationPairs.v
- COQC      theories/Sets/Finite_sets_facts.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- COQC      theories/Arith/Arith_base.v
- COQC      theories/Arith/Euclid.v
- COQC      plugins/funind/Recdef.v
- COQC      theories/Vectors/Fin.v
- COQC      theories/Classes/SetoidTactics.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- COQC      plugins/ring/Ring_abstract.v
- COQC      theories/Setoids/Setoid.v
- COQC      theories/Vectors/VectorDef.v
- COQC      theories/Structures/Equalities.v
- COQC      theories/Numbers/NumPrelude.v
- COQC      theories/Lists/List.v
- COQC      theories/Logic/ClassicalUniqueChoice.v
- COQC      theories/Sets/Multiset.v
- COQC      plugins/ring/Setoid_ring_theory.v
- COQC      theories/Sets/Image.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Vectors/VectorSpec.v
- COQC      theories/Structures/Orders.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Sets/Infinite_sets.v
- COQC      theories/Vectors/Vector.v
- COQC      plugins/ring/LegacyRing.v
- COQC      theories/Bool/Bvector.v
- COQC      theories/Sets/Integers.v
- COQC      theories/Structures/OrdersTac.v
- COQC      plugins/ring/Setoid_ring_normalize.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Structures/OrdersFacts.v
- COQC      theories/Structures/GenericMinMax.v
- COQC      theories/Lists/ListSet.v
- COQC      theories/Sorting/Sorted.v
- COQC      theories/Wellfounded/Lexicographic_Exponentiation.v
- COQC      plugins/field/LegacyField_Compl.v
- COQC      theories/Sorting/Permutation.v
- COQC      theories/Numbers/NaryFunctions.v
- COQC      theories/Program/Syntax.v
- COQC      plugins/micromega/Refl.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Program/Program.v
- COQC      plugins/field/LegacyField_Theory.v
- COQC      plugins/micromega/Tauto.v
- COQC      theories/Lists/SetoidList.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Classes/EquivDec.v
- COQC      theories/Classes/Morphisms_Relations.v
- COQC      theories/Classes/SetoidClass.v
- COQC      theories/Wellfounded/Wellfounded.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Sorting/Mergesort.v
- COQC      plugins/ring/Setoid_ring.v
- COQC      theories/PArith/BinPos.v
- COQC      theories/Numbers/NatInt/NZAxioms.v
- COQC      theories/Sorting/Sorting.v
- COQC      theories/Numbers/NatInt/NZBase.v
- COQC      theories/Numbers/NatInt/NZAdd.v
- COQC      theories/Numbers/NatInt/NZOrder.v
- COQC      plugins/field/LegacyField_Tactic.v
- COQC      plugins/field/LegacyField.v
- COQC      theories/Numbers/NatInt/NZMul.v
- COQC      theories/Numbers/NatInt/NZAddOrder.v
- COQC      theories/Numbers/NatInt/NZMulOrder.v
- COQC      theories/Numbers/NatInt/NZDomain.v
- COQC      theories/Lists/SetoidPermutation.v
- COQC      theories/Structures/DecidableType.v
- COQC      theories/Structures/OrderedType.v
- COQC      theories/MSets/MSetInterface.v
- COQC      theories/Structures/OrdersLists.v
- COQC      theories/Structures/EqualitiesFacts.v
- COQC      theories/NArith/BinNatDef.v
- COQC      theories/PArith/Pnat.v
- COQC      plugins/setoid_ring/BinList.v
- COQC      theories/Lists/ListTactics.v
- COQC      theories/PArith/POrderedType.v
- COQC      plugins/rtauto/Bintree.v
- Identifier 'mod' now a keyword
- COQC      theories/FSets/FMapInterface.v
- COQC      theories/Structures/OrderedTypeAlt.v
- COQC      theories/FSets/FSetInterface.v
- COQC      theories/Structures/OrdersAlt.v
- COQC      theories/PArith/PArith.v
- COQC      plugins/rtauto/Rtauto.v
- COQC      theories/FSets/FMapList.v
- COQC      theories/FSets/FMapWeakList.v
- COQC      theories/FSets/FSetBridge.v
- COQC      theories/Numbers/NatInt/NZParity.v
- COQC      theories/Numbers/NatInt/NZPow.v
- COQC      theories/Numbers/NatInt/NZSqrt.v
- COQC      theories/Numbers/NatInt/NZDiv.v
- COQC      theories/Numbers/NatInt/NZGcd.v
- COQC      theories/Numbers/NatInt/NZProperties.v
- COQC      theories/MSets/MSetList.v
- COQC      theories/MSets/MSetWeakList.v
- COQC      theories/MSets/MSetPositive.v
- Identifier 'mod' now a keyword
- COQC      theories/Numbers/NatInt/NZLog.v
- COQC      theories/Numbers/NatInt/NZBits.v
- COQC      theories/Numbers/Natural/Abstract/NAxioms.v
- COQC      theories/Numbers/Integer/Abstract/ZAxioms.v
- Identifier 'rem' now a keyword
- COQC      theories/Numbers/Natural/Abstract/NBase.v
- COQC      theories/Numbers/Integer/Abstract/ZBase.v
- COQC      theories/Numbers/Integer/Abstract/ZAdd.v
- COQC      theories/Numbers/Natural/Abstract/NAdd.v
- COQC      theories/Numbers/Natural/Abstract/NIso.v
- COQC      theories/Numbers/Natural/Abstract/NOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZMul.v
- COQC      theories/Numbers/Integer/Abstract/ZLt.v
- COQC      theories/Numbers/Integer/Abstract/ZAddOrder.v
- COQC      theories/Numbers/Natural/Abstract/NAddOrder.v
- COQC      theories/Numbers/Natural/Abstract/NMulOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZMulOrder.v
- COQC      theories/Numbers/Natural/Abstract/NSub.v
- COQC      theories/Numbers/Natural/Abstract/NMaxMin.v
- COQC      theories/Numbers/Natural/Abstract/NParity.v
- COQC      theories/Numbers/Natural/Abstract/NSqrt.v
- COQC      theories/Numbers/Natural/Abstract/NDiv.v
- COQC      theories/Numbers/Natural/Abstract/NGcd.v
- COQC      theories/Numbers/Natural/Abstract/NStrongRec.v
- COQC      theories/Numbers/Integer/Abstract/ZMaxMin.v
- COQC      theories/Numbers/Integer/Abstract/ZSgnAbs.v
- COQC      theories/Numbers/Integer/Abstract/ZParity.v
- COQC      theories/Numbers/Natural/Abstract/NDefOps.v
- COQC      theories/Numbers/Natural/Abstract/NPow.v
- COQC      theories/Numbers/Natural/Abstract/NLog.v
- COQC      theories/Numbers/Natural/Abstract/NLcm.v
- COQC      theories/Numbers/Integer/Abstract/ZPow.v
- COQC      theories/Numbers/Integer/Abstract/ZDivTrunc.v
- COQC      theories/Numbers/Integer/Abstract/ZDivFloor.v
- COQC      theories/Numbers/Integer/Abstract/ZGcd.v
- COQC      theories/Numbers/Integer/Abstract/ZDivEucl.v
- COQC      theories/Numbers/Natural/Abstract/NBits.v
- COQC      theories/Numbers/Integer/Abstract/ZBits.v
- COQC      theories/Numbers/Integer/Abstract/ZLcm.v
- COQC      theories/Numbers/Natural/Abstract/NProperties.v
- COQC      theories/NArith/BinNat.v
- COQC      theories/Numbers/Natural/Peano/NPeano.v
- Identifier 'mod' now a keyword
- COQC      theories/Arith/Min.v
- COQC      theories/Arith/Max.v
- COQC      theories/MSets/MSetGenTree.v
- Identifier 'mod' now a keyword
- COQC      plugins/setoid_ring/Ring_theory.v
- COQC      theories/ZArith/BinIntDef.v
- COQC      theories/Arith/Compare.v
- COQC      theories/NArith/Ndiv_def.v
- COQC      theories/NArith/Nsqrt_def.v
- COQC      theories/NArith/Ngcd_def.v
- COQC      theories/Numbers/Natural/Binary/NBinary.v
- COQC      theories/NArith/Nnat.v
- COQC      theories/Numbers/Integer/Abstract/ZProperties.v
- COQC      theories/NArith/Ndigits.v
- COQC      theories/Strings/Ascii.v
- COQC      plugins/setoid_ring/Ring_equiv.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/ZArith/BinInt.v
- COQC      theories/MSets/MSetRBT.v
- COQC      plugins/setoid_ring/Ring_polynom.v
- COQC      theories/ZArith/Zcompare.v
- COQC      theories/ZArith/Zeven.v
- COQC      theories/ZArith/Znat.v
- COQC      theories/ZArith/Zpow_def.v
- COQC      theories/ZArith/Zpow_alt.v
- COQC      theories/ZArith/ZOdiv_def.v
- COQC      theories/ZArith/Zeuclid.v
- COQC      theories/Numbers/Natural/SpecViaZ/NSig.v
- COQC      theories/Numbers/Integer/SpecViaZ/ZSig.v
- COQC      theories/Numbers/Integer/Binary/ZBinary.v
- COQC      plugins/micromega/Env.v
- COQC      plugins/micromega/EnvRing.v
- COQC      theories/ZArith/Zorder.v
- COQC      plugins/omega/OmegaLemmas.v
- COQC      theories/ZArith/Zminmax.v
- COQC      theories/ZArith/Zmin.v
- COQC      theories/ZArith/Zmax.v
- COQC      theories/ZArith/ZArith_dec.v
- COQC      theories/ZArith/auxiliary.v
- COQC      theories/ZArith/Zmisc.v
- COQC      theories/ZArith/Wf_Z.v
- COQC      theories/ZArith/Zabs.v
- COQC      theories/ZArith/Zbool.v
- COQC      theories/ZArith/Zhints.v
- COQC      theories/ZArith/ZArith_base.v
- COQC      plugins/romega/ReflOmegaCore.v
- COQC      theories/Reals/Rdefinitions.v
- COQC      plugins/setoid_ring/Ncring.v
- COQC      theories/Reals/Raxioms.v
- COQC      theories/Reals/Rpow_def.v
- COQC      theories/Reals/LegacyRfield.v
- COQC      plugins/setoid_ring/InitialRing.v
- COQC      plugins/setoid_ring/Ncring_polynom.v
- COQC      plugins/setoid_ring/Ring_tac.v
- COQC      plugins/setoid_ring/Ring_base.v
- COQC      plugins/setoid_ring/Ring.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- COQC      plugins/setoid_ring/ArithRing.v
- COQC      plugins/setoid_ring/NArithRing.v
- COQC      plugins/setoid_ring/ZArithRing.v
- COQC      plugins/setoid_ring/Field_theory.v
- COQC      theories/Numbers/Integer/NatPairs/ZNatPairs.v
- COQC      plugins/micromega/OrderedRing.v
- COQC      theories/NArith/NArith.v
- COQC      theories/Arith/Arith.v
- COQC      theories/Logic/ChoiceFacts.v
- COQC      theories/Logic/ConstructiveEpsilon.v
- COQC      theories/Bool/Zerob.v
- COQC      theories/NArith/Ndec.v
- COQC      theories/NArith/Ndist.v
- COQC      plugins/omega/PreOmega.v
- COQC      theories/Strings/String.v
- COQC      theories/Classes/SetoidDec.v
- COQC      plugins/ring/LegacyArithRing.v
- COQC      plugins/extraction/ExtrOcamlNatInt.v
- COQC      plugins/extraction/ExtrOcamlNatBigInt.v
- COQC      plugins/micromega/RingMicromega.v
- COQC      plugins/ring/LegacyNArithRing.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/Logic/ClassicalChoice.v
- COQC      theories/Logic/Description.v
- COQC      theories/Logic/ClassicalEpsilon.v
- COQC      theories/Logic/Diaconescu.v
- COQC      theories/Logic/Epsilon.v
- COQC      theories/Logic/IndefiniteDescription.v
- COQC      plugins/ring/LegacyZArithRing.v
- COQC      plugins/omega/Omega.v
- COQC      plugins/romega/ROmega.v
- COQC      plugins/extraction/ExtrOcamlString.v
- COQC      theories/Logic/ClassicalDescription.v
- COQC      theories/ZArith/Zcomplements.v
- COQC      theories/ZArith/Zsqrt_compat.v
- COQC      theories/ZArith/Zwf.v
- COQC      theories/Sorting/PermutSetoid.v
- COQC      theories/ZArith/Zpower.v
- COQC      theories/ZArith/Zdiv.v
- COQC      theories/Sorting/Heap.v
- COQC      theories/Sorting/PermutEq.v
- COQC      theories/ZArith/Zlogarithm.v
- COQC      theories/ZArith/ZArith.v
- COQC      theories/ZArith/Znumtheory.v
- COQC      theories/ZArith/Zquot.v
- COQC      theories/ZArith/Int.v
- COQC      theories/ZArith/Zdigits.v
- COQC      theories/Structures/OrderedTypeEx.v
- COQC      theories/Structures/OrdersEx.v
- COQC      theories/QArith/QArith_base.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleType.v
- COQC      theories/Numbers/Natural/SpecViaZ/NSigNAxioms.v
- COQC      theories/Numbers/Integer/SpecViaZ/ZSigZAxioms.v
- COQC      plugins/micromega/ZCoeff.v
- COQC      plugins/micromega/VarMap.v
- COQC      plugins/extraction/ExtrOcamlIntConv.v
- COQC      plugins/extraction/ExtrOcamlBigIntConv.v
- COQC      plugins/extraction/ExtrOcamlZInt.v
- COQC      plugins/extraction/ExtrOcamlZBigInt.v
- <W> Grammar extension: in [constr:operconstr] some rule has been masked
- <W> Grammar extension: in [constr:pattern] some rule has been masked
- COQC      theories/ZArith/ZOdiv.v
- COQC      theories/FSets/FMapAVL.v
- COQC      theories/MSets/MSetAVL.v
- COQC      theories/Numbers/Cyclic/Int31/Int31.v
- COQC      theories/Structures/DecidableTypeEx.v
- COQC      theories/FSets/FMapPositive.v
- COQC      theories/FSets/FSetPositive.v
- COQC      theories/QArith/QOrderedType.v
- COQC      theories/ZArith/Zgcd_alt.v
- COQC      theories/ZArith/Zpow_facts.v
- COQC      theories/QArith/Qreduction.v
- COQC      theories/FSets/FMapFacts.v
- COQC      theories/FSets/FSetFacts.v
- COQC      theories/MSets/MSetFacts.v
- COQC      theories/QArith/Qminmax.v
- COQC      theories/Numbers/BigNumPrelude.v
- COQC      theories/FSets/FSetDecide.v
- COQC      theories/FSets/FSetCompat.v
- COQC      theories/MSets/MSetDecide.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- COQC      theories/FSets/FSetList.v
- COQC      theories/FSets/FSetWeakList.v
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- <W> Grammar extension: in [tactic:simple_tactic] some rule has been masked
- COQC      theories/Numbers/Cyclic/Abstract/CyclicAxioms.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleBase.v
- COQC      theories/Numbers/Integer/BigZ/ZMake.v
- COQC      theories/MSets/MSetProperties.v
- COQC      theories/FSets/FSetProperties.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleAdd.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleSub.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleMul.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleLift.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleDivn1.v
- COQC      theories/Numbers/Cyclic/Abstract/NZCyclic.v
- COQC      theories/Numbers/Cyclic/Int31/Cyclic31.v
- COQC      theories/Numbers/Cyclic/ZModulo/ZModulo.v
- COQC      theories/FSets/FSetAVL.v
- COQC      theories/FSets/FMaps.v
- COQC      theories/MSets/MSetEqProperties.v
- COQC      theories/MSets/MSetToFiniteSet.v
- COQC      theories/FSets/FSetEqProperties.v
- COQC      theories/FSets/FSetToFiniteSet.v
- COQC      theories/MSets/MSets.v
- COQC      theories/FSets/FSets.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleDiv.v
- COQC      plugins/setoid_ring/Field_tac.v
- COQC      theories/FSets/FMapFullAVL.v
- COQC      plugins/setoid_ring/Field.v
- COQC      plugins/setoid_ring/RealField.v
- COQC      theories/QArith/Qfield.v
- COQC      theories/Reals/RIneq.v
- COQC      theories/QArith/Qring.v
- COQC      theories/QArith/Qpower.v
- COQC      theories/QArith/QArith.v
- COQC      theories/QArith/Qabs.v
- COQC      theories/QArith/Qcanon.v
- COQC      theories/QArith/Qround.v
- COQC      theories/Numbers/Rational/SpecViaQ/QSig.v
- COQC      plugins/micromega/ZMicromega.v
- COQC      plugins/micromega/QMicromega.v
- COQC      theories/Reals/DiscrR.v
- COQC      theories/Numbers/Cyclic/Int31/Ring31.v
- COQC      theories/Numbers/Rational/BigQ/QMake.v
- COQC      theories/Reals/Rbase.v
- COQC      plugins/micromega/RMicromega.v
- COQC      theories/Reals/R_Ifp.v
- COQC      plugins/fourier/Fourier_util.v
- COQC      theories/Reals/SplitRmult.v
- COQC      theories/Reals/ROrderedType.v
- COQC      theories/QArith/Qreals.v
- COQC      plugins/micromega/Psatz.v
- COQC      plugins/fourier/Fourier.v
- COQC      theories/Reals/Rbasic_fun.v
- COQC      theories/Reals/R_sqr.v
- COQC      theories/Reals/SplitAbsolu.v
- COQC      theories/Reals/ArithProp.v
- COQC      theories/Reals/Rminmax.v
- COQC      theories/Reals/Rfunctions.v
- COQC      theories/Reals/Rseries.v
- COQC      theories/Reals/Rlimit.v
- COQC      theories/Reals/RList.v
- COQC      theories/Reals/Rderiv.v
- COQC      theories/Reals/SeqProp.v
- COQC      theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v
- COQC      theories/Reals/Ranalysis1.v
- COQC      theories/Reals/Rcomplete.v
- COQC      plugins/setoid_ring/Ncring_initial.v
- Identifier 'o' now a keyword
- COQC      theories/Reals/PartSum.v
- COQC      theories/Reals/Ranalysis2.v
- COQC      theories/Reals/Rtopology.v
- COQC      theories/Reals/Alembert.v
- COQC      theories/Reals/AltSeries.v
- COQC      theories/Reals/Binomial.v
- COQC      theories/Reals/Cauchy_prod.v
- COQC      theories/Reals/Rsigma.v
- COQC      theories/Reals/Ranalysis3.v
- COQC      theories/Reals/MVT.v
- COQC      theories/Reals/Rprod.v
- COQC      theories/Numbers/Natural/BigN/Nbasic.v
- COQC      theories/Numbers/Natural/BigN/NMake_gen.v
- COQC      theories/Reals/SeqSeries.v
- COQC      plugins/setoid_ring/Ncring_tac.v
- COQC      theories/Reals/Rtrigo_fun.v
- COQC      theories/Reals/Rsqrt_def.v
- COQC      theories/Reals/PSeries_reg.v
- COQC      theories/Reals/Rtrigo_def.v
- COQC      theories/Reals/R_sqrt.v
- COQC      theories/Reals/Cos_rel.v
- COQC      theories/Reals/Rtrigo_alt.v
- COQC      theories/Reals/Sqrt_reg.v
- COQC      theories/Reals/Cos_plus.v
- COQC      plugins/setoid_ring/Cring.v
- COQC      theories/Reals/Rtrigo1.v
- COQC      plugins/setoid_ring/Integral_domain.v
- COQC      plugins/setoid_ring/Rings_Z.v
- COQC      plugins/setoid_ring/Rings_Q.v
- COQC      theories/Reals/Exp_prop.v
- COQC      theories/Reals/Rtrigo_reg.v
- COQC      theories/Reals/Rtrigo_calc.v
- COQC      theories/Reals/Rgeom.v
- COQC      theories/Reals/Ranalysis4.v
- COQC      theories/Reals/Rpower.v
- COQC      theories/Reals/Ranalysis_reg.v
- COQC      theories/Reals/RiemannInt_SF.v
- COQC      theories/Reals/RiemannInt.v
- COQC      theories/Reals/Ranalysis5.v
- COQC      theories/Reals/Rlogic.v
- COQC      theories/Reals/Ratan.v
- COQC      theories/Reals/Machin.v
- COQC      theories/Reals/Rtrigo.v
- COQC      theories/Reals/Ranalysis.v
- COQC      theories/Reals/NewtonInt.v
- COQC      theories/Numbers/Natural/BigN/NMake.v
- COQC      theories/Reals/Integration.v
- COQC      theories/Reals/Reals.v
- COQC      plugins/setoid_ring/Rings_R.v
- COQC      plugins/nsatz/Nsatz.v
- COQC      theories/Numbers/Natural/BigN/BigN.v
- COQC      theories/Numbers/Integer/BigZ/BigZ.v
- COQC      theories/Numbers/Rational/BigQ/BigQ.v
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
Processing 20/21: [coq: make states]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j127" "states" (CWD=/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4)
- make --warn-undefined-variable --no-builtin-rules -f Makefile.build "states"
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
- make[1]: Nothing to be done for 'states'.
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
-> compiled  coq.8.4.6~camlp4
Processing 21/21: [coq: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4)
- make --warn-undefined-variable --no-builtin-rules -f Makefile.build "install"
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
- install -d "/home/opam/.opam/4.02/bin"
- install bin/coqmktop  bin/coqc bin/coqtop.byte bin/coqtop.opt bin/coqchk bin/coqchk.opt "/home/opam/.opam/4.02/bin"
- cd "/home/opam/.opam/4.02/bin"; ln -sf coqtop.opt coqtop; ln -sf coqchk.opt coqchk
- install -d "/home/opam/.opam/4.02/bin"
- # recopie des fichiers de style pour coqide
- install -d "/home/opam/.opam/4.02/lib/coq"/tools/coqdoc
- touch "/home/opam/.opam/4.02/lib/coq"/tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.02/lib/coq"/tools/coqdoc/coqdoc.css # to have the mode according to umask (bug #1715)
- install -m 644  tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.02/lib/coq"/tools/coqdoc
- install bin/coqdep bin/coq_makefile bin/gallina bin/coq-tex bin/coqwc bin/coqdoc "/home/opam/.opam/4.02/bin"
- install -d "/home/opam/.opam/4.02/lib/coq"
- ./install.sh "/home/opam/.opam/4.02/lib/coq"  theories/Init/Datatypes.vo  theories/Init/Logic_Type.vo  theories/Init/Logic.vo  theories/Init/Notations.vo  theories/Init/Peano.vo  theories/Init/Prelude.vo  theories/Init/Specif.vo  theories/Init/Tactics.vo  theories/Init/Wf.vo  theories/Logic/Berardi.vo  theories/Logic/ChoiceFacts.vo  theories/Logic/ClassicalChoice.vo  theories/Logic/ClassicalDescription.vo  theories/Logic/ClassicalEpsilon.vo  theories/Logic/ClassicalFacts.vo  theories/Logic/Classical_Pred_Set.vo  theories/Logic/Classical_Pred_Type.vo  theories/Logic/Classical_Prop.vo  theories/Logic/Classical_Type.vo  theories/Logic/ClassicalUniqueChoice.vo  theories/Logic/Classical.vo  theories/Logic/ConstructiveEpsilon.vo  theories/Logic/Decidable.vo  theories/Logic/Description.vo  theories/Logic/Diaconescu.vo  theories/Logic/Epsilon.vo  theories/Logic/Eqdep_dec.vo  theories/Logic/EqdepFacts.vo  theories/Logic/Eqdep.vo  theories/Logic/FunctionalExtensionality.vo  theories/Logic/ExtensionalityFacts.vo  theories/Logic/Hurkens.vo  theories/Logic/IndefiniteDescription.vo  theories/Logic/JMeq.vo  theories/Logic/ProofIrrelevanceFacts.vo  theories/Logic/ProofIrrelevance.vo  theories/Logic/RelationalChoice.vo  theories/Logic/SetIsType.vo  theories/Arith/Arith_base.vo  theories/Arith/Arith.vo  theories/Arith/Between.vo  theories/Arith/Bool_nat.vo  theories/Arith/Compare_dec.vo  theories/Arith/Compare.vo  theories/Arith/Div2.vo  theories/Arith/EqNat.vo  theories/Arith/Euclid.vo  theories/Arith/Even.vo  theories/Arith/Factorial.vo  theories/Arith/Gt.vo  theories/Arith/Le.vo  theories/Arith/Lt.vo  theories/Arith/Max.vo  theories/Arith/Minus.vo  theories/Arith/Min.vo  theories/Arith/Mult.vo  theories/Arith/Peano_dec.vo  theories/Arith/Plus.vo  theories/Arith/Wf_nat.vo  theories/Bool/BoolEq.vo  theories/Bool/Bool.vo  theories/Bool/Bvector.vo  theories/Bool/DecBool.vo  theories/Bool/IfProp.vo  theories/Bool/Sumbool.vo  theories/Bool/Zerob.vo  theories/PArith/BinPosDef.vo  theories/PArith/BinPos.vo  theories/PArith/Pnat.vo  theories/PArith/POrderedType.vo  theories/PArith/PArith.vo  theories/NArith/BinNatDef.vo  theories/NArith/BinNat.vo  theories/NArith/NArith.vo  theories/NArith/Ndec.vo  theories/NArith/Ndigits.vo  theories/NArith/Ndist.vo  theories/NArith/Nnat.vo  theories/NArith/Ndiv_def.vo  theories/NArith/Nsqrt_def.vo  theories/NArith/Ngcd_def.vo  theories/ZArith/auxiliary.vo  theories/ZArith/BinIntDef.vo  theories/ZArith/BinInt.vo  theories/ZArith/Int.vo  theories/ZArith/Wf_Z.vo  theories/ZArith/Zabs.vo  theories/ZArith/ZArith_base.vo  theories/ZArith/ZArith_dec.vo  theories/ZArith/ZArith.vo  theories/ZArith/Zdigits.vo  theories/ZArith/Zbool.vo  theories/ZArith/Zcompare.vo  theories/ZArith/Zcomplements.vo  theories/ZArith/Zdiv.vo  theories/ZArith/Zeven.vo  theories/ZArith/Zgcd_alt.vo  theories/ZArith/Zpow_alt.vo  theories/ZArith/Zhints.vo  theories/ZArith/Zlogarithm.vo  theories/ZArith/Zmax.vo  theories/ZArith/Zminmax.vo  theories/ZArith/Zmin.vo  theories/ZArith/Zmisc.vo  theories/ZArith/Znat.vo  theories/ZArith/Znumtheory.vo  theories/ZArith/ZOdiv_def.vo  theories/ZArith/ZOdiv.vo  theories/ZArith/Zquot.vo  theories/ZArith/Zorder.vo  theories/ZArith/Zpow_def.vo  theories/ZArith/Zpower.vo  theories/ZArith/Zpow_facts.vo  theories/ZArith/Zsqrt_compat.vo  theories/ZArith/Zwf.vo  theories/ZArith/Zeuclid.vo  theories/Setoids/Setoid.vo  theories/Lists/ListSet.vo  theories/Lists/ListTactics.vo  theories/Lists/List.vo  theories/Lists/SetoidList.vo  theories/Lists/SetoidPermutation.vo  theories/Lists/StreamMemo.vo  theories/Lists/Streams.vo  theories/Strings/Ascii.vo  theories/Strings/String.vo  theories/Sets/Classical_sets.vo  theories/Sets/Constructive_sets.vo  theories/Sets/Cpo.vo  theories/Sets/Ensembles.vo  theories/Sets/Finite_sets_facts.vo  theories/Sets/Finite_sets.vo  theories/Sets/Image.vo  theories/Sets/Infinite_sets.vo  theories/Sets/Integers.vo  theories/Sets/Multiset.vo  theories/Sets/Partial_Order.vo  theories/Sets/Permut.vo  theories/Sets/Powerset_Classical_facts.vo  theories/Sets/Powerset_facts.vo  theories/Sets/Powerset.vo  theories/Sets/Relations_1_facts.vo  theories/Sets/Relations_1.vo  theories/Sets/Relations_2_facts.vo  theories/Sets/Relations_2.vo  theories/Sets/Relations_3_facts.vo  theories/Sets/Relations_3.vo  theories/Sets/Uniset.vo  theories/FSets/FMapAVL.vo  theories/FSets/FMapFacts.vo  theories/FSets/FMapFullAVL.vo  theories/FSets/FMapInterface.vo  theories/FSets/FMapList.vo  theories/FSets/FMapPositive.vo  theories/FSets/FMaps.vo  theories/FSets/FMapWeakList.vo  theories/FSets/FSetCompat.vo  theories/FSets/FSetAVL.vo  theories/FSets/FSetPositive.vo  theories/FSets/FSetBridge.vo  theories/FSets/FSetDecide.vo  theories/FSets/FSetEqProperties.vo  theories/FSets/FSetFacts.vo  theories/FSets/FSetInterface.vo  theories/FSets/FSetList.vo  theories/FSets/FSetProperties.vo  theories/FSets/FSets.vo  theories/FSets/FSetToFiniteSet.vo  theories/FSets/FSetWeakList.vo  theories/MSets/MSetGenTree.vo  theories/MSets/MSetAVL.vo  theories/MSets/MSetRBT.vo  theories/MSets/MSetDecide.vo  theories/MSets/MSetEqProperties.vo  theories/MSets/MSetFacts.vo  theories/MSets/MSetInterface.vo  theories/MSets/MSetList.vo  theories/MSets/MSetProperties.vo  theories/MSets/MSets.vo  theories/MSets/MSetToFiniteSet.vo  theories/MSets/MSetWeakList.vo  theories/MSets/MSetPositive.vo  theories/Relations/Operators_Properties.vo  theories/Relations/Relation_Definitions.vo  theories/Relations/Relation_Operators.vo  theories/Relations/Relations.vo  theories/Wellfounded/Disjoint_Union.vo  theories/Wellfounded/Inclusion.vo  theories/Wellfounded/Inverse_Image.vo  theories/Wellfounded/Lexicographic_Exponentiation.vo  theories/Wellfounded/Lexicographic_Product.vo  theories/Wellfounded/Transitive_Closure.vo  theories/Wellfounded/Union.vo  theories/Wellfounded/Wellfounded.vo  theories/Wellfounded/Well_Ordering.vo  theories/Reals/Alembert.vo  theories/Reals/AltSeries.vo  theories/Reals/ArithProp.vo  theories/Reals/Binomial.vo  theories/Reals/Cauchy_prod.vo  theories/Reals/Cos_plus.vo  theories/Reals/Cos_rel.vo  theories/Reals/DiscrR.vo  theories/Reals/Exp_prop.vo  theories/Reals/Integration.vo  theories/Reals/LegacyRfield.vo  theories/Reals/Machin.vo  theories/Reals/MVT.vo  theories/Reals/NewtonInt.vo  theories/Reals/PartSum.vo  theories/Reals/PSeries_reg.vo  theories/Reals/Ranalysis1.vo  theories/Reals/Ranalysis2.vo  theories/Reals/Ranalysis3.vo  theories/Reals/Ranalysis4.vo  theories/Reals/Ranalysis5.vo  theories/Reals/Ranalysis.vo  theories/Reals/Ranalysis_reg.vo  theories/Reals/Ratan.vo  theories/Reals/Raxioms.vo  theories/Reals/Rbase.vo  theories/Reals/Rbasic_fun.vo  theories/Reals/Rcomplete.vo  theories/Reals/Rdefinitions.vo  theories/Reals/Rderiv.vo  theories/Reals/Reals.vo  theories/Reals/Rfunctions.vo  theories/Reals/Rgeom.vo  theories/Reals/RiemannInt_SF.vo  theories/Reals/RiemannInt.vo  theories/Reals/R_Ifp.vo  theories/Reals/RIneq.vo  theories/Reals/Rlimit.vo  theories/Reals/RList.vo  theories/Reals/Rlogic.vo  theories/Reals/Rpow_def.vo  theories/Reals/Rpower.vo  theories/Reals/Rprod.vo  theories/Reals/Rseries.vo  theories/Reals/Rsigma.vo  theories/Reals/Rsqrt_def.vo  theories/Reals/R_sqrt.vo  theories/Reals/R_sqr.vo  theories/Reals/Rtopology.vo  theories/Reals/Rtrigo_alt.vo  theories/Reals/Rtrigo_calc.vo  theories/Reals/Rtrigo_def.vo  theories/Reals/Rtrigo_fun.vo  theories/Reals/Rtrigo_reg.vo  theories/Reals/Rtrigo1.vo  theories/Reals/Rtrigo.vo  theories/Reals/SeqProp.vo  theories/Reals/SeqSeries.vo  theories/Reals/SplitAbsolu.vo  theories/Reals/SplitRmult.vo  theories/Reals/Sqrt_reg.vo  theories/Reals/ROrderedType.vo  theories/Reals/Rminmax.vo   theories/Sorting/Heap.vo  theories/Sorting/Permutation.vo  theories/Sorting/PermutSetoid.vo  theories/Sorting/PermutEq.vo  theories/Sorting/Sorted.vo  theories/Sorting/Sorting.vo  theories/Sorting/Mergesort.vo  theories/QArith/Qabs.vo  theories/QArith/QArith_base.vo  theories/QArith/QArith.vo  theories/QArith/Qcanon.vo  theories/QArith/Qfield.vo  theories/QArith/Qpower.vo  theories/QArith/Qreals.vo  theories/QArith/Qreduction.vo  theories/QArith/Qring.vo  theories/QArith/Qround.vo  theories/QArith/QOrderedType.vo  theories/QArith/Qminmax.vo  theories/Numbers/BinNums.vo  theories/Numbers/BigNumPrelude.vo  theories/Numbers/Cyclic/Abstract/CyclicAxioms.vo  theories/Numbers/Cyclic/Abstract/NZCyclic.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleAdd.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleBase.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleDivn1.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleDiv.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleLift.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleMul.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleSub.vo  theories/Numbers/Cyclic/DoubleCyclic/DoubleType.vo  theories/Numbers/Cyclic/Int31/Int31.vo  theories/Numbers/Cyclic/Int31/Cyclic31.vo  theories/Numbers/Cyclic/Int31/Ring31.vo  theories/Numbers/Cyclic/ZModulo/ZModulo.vo  theories/Numbers/Integer/Abstract/ZAddOrder.vo  theories/Numbers/Integer/Abstract/ZAdd.vo  theories/Numbers/Integer/Abstract/ZAxioms.vo  theories/Numbers/Integer/Abstract/ZBase.vo  theories/Numbers/Integer/Abstract/ZLt.vo  theories/Numbers/Integer/Abstract/ZMulOrder.vo  theories/Numbers/Integer/Abstract/ZMul.vo  theories/Numbers/Integer/Abstract/ZSgnAbs.vo  theories/Numbers/Integer/Abstract/ZDivFloor.vo  theories/Numbers/Integer/Abstract/ZDivTrunc.vo  theories/Numbers/Integer/Abstract/ZDivEucl.vo  theories/Numbers/Integer/Abstract/ZMaxMin.vo  theories/Numbers/Integer/Abstract/ZParity.vo  theories/Numbers/Integer/Abstract/ZPow.vo  theories/Numbers/Integer/Abstract/ZGcd.vo  theories/Numbers/Integer/Abstract/ZLcm.vo  theories/Numbers/Integer/Abstract/ZBits.vo  theories/Numbers/Integer/Abstract/ZProperties.vo  theories/Numbers/Integer/BigZ/BigZ.vo  theories/Numbers/Integer/BigZ/ZMake.vo  theories/Numbers/Integer/Binary/ZBinary.vo  theories/Numbers/Integer/NatPairs/ZNatPairs.vo  theories/Numbers/Integer/SpecViaZ/ZSig.vo  theories/Numbers/Integer/SpecViaZ/ZSigZAxioms.vo  theories/Numbers/NaryFunctions.vo  theories/Numbers/NatInt/NZAddOrder.vo  theories/Numbers/NatInt/NZAdd.vo  theories/Numbers/NatInt/NZAxioms.vo  theories/Numbers/NatInt/NZBase.vo  theories/Numbers/NatInt/NZMulOrder.vo  theories/Numbers/NatInt/NZMul.vo  theories/Numbers/NatInt/NZOrder.vo  theories/Numbers/NatInt/NZProperties.vo  theories/Numbers/NatInt/NZDomain.vo  theories/Numbers/NatInt/NZParity.vo  theories/Numbers/NatInt/NZDiv.vo  theories/Numbers/NatInt/NZPow.vo  theories/Numbers/NatInt/NZSqrt.vo  theories/Numbers/NatInt/NZLog.vo  theories/Numbers/NatInt/NZGcd.vo  theories/Numbers/NatInt/NZBits.vo  theories/Numbers/Natural/Abstract/NAddOrder.vo  theories/Numbers/Natural/Abstract/NAdd.vo  theories/Numbers/Natural/Abstract/NAxioms.vo  theories/Numbers/Natural/Abstract/NBase.vo  theories/Numbers/Natural/Abstract/NDefOps.vo  theories/Numbers/Natural/Abstract/NIso.vo  theories/Numbers/Natural/Abstract/NMulOrder.vo  theories/Numbers/Natural/Abstract/NOrder.vo  theories/Numbers/Natural/Abstract/NStrongRec.vo  theories/Numbers/Natural/Abstract/NSub.vo  theories/Numbers/Natural/Abstract/NProperties.vo  theories/Numbers/Natural/Abstract/NDiv.vo  theories/Numbers/Natural/Abstract/NMaxMin.vo  theories/Numbers/Natural/Abstract/NParity.vo  theories/Numbers/Natural/Abstract/NPow.vo  theories/Numbers/Natural/Abstract/NSqrt.vo  theories/Numbers/Natural/Abstract/NLog.vo  theories/Numbers/Natural/Abstract/NGcd.vo  theories/Numbers/Natural/Abstract/NLcm.vo  theories/Numbers/Natural/Abstract/NBits.vo  theories/Numbers/Natural/BigN/BigN.vo  theories/Numbers/Natural/BigN/Nbasic.vo  theories/Numbers/Natural/BigN/NMake_gen.vo  theories/Numbers/Natural/BigN/NMake.vo  theories/Numbers/Natural/Binary/NBinary.vo  theories/Numbers/Natural/Peano/NPeano.vo  theories/Numbers/Natural/SpecViaZ/NSigNAxioms.vo  theories/Numbers/Natural/SpecViaZ/NSig.vo  theories/Numbers/NumPrelude.vo  theories/Numbers/Rational/BigQ/BigQ.vo  theories/Numbers/Rational/BigQ/QMake.vo  theories/Numbers/Rational/SpecViaQ/QSig.vo  theories/Unicode/Utf8.vo  theories/Unicode/Utf8_core.vo  theories/Classes/Equivalence.vo  theories/Classes/EquivDec.vo  theories/Classes/Init.vo  theories/Classes/Morphisms_Prop.vo  theories/Classes/Morphisms_Relations.vo  theories/Classes/Morphisms.vo  theories/Classes/RelationClasses.vo  theories/Classes/SetoidClass.vo  theories/Classes/SetoidDec.vo  theories/Classes/SetoidTactics.vo  theories/Classes/RelationPairs.vo  theories/Program/Basics.vo  theories/Program/Combinators.vo  theories/Program/Equality.vo  theories/Program/Program.vo  theories/Program/Subset.vo  theories/Program/Syntax.vo  theories/Program/Tactics.vo  theories/Program/Utils.vo  theories/Program/Wf.vo  theories/Structures/Equalities.vo  theories/Structures/EqualitiesFacts.vo  theories/Structures/Orders.vo  theories/Structures/OrdersEx.vo  theories/Structures/OrdersFacts.vo  theories/Structures/OrdersLists.vo  theories/Structures/OrdersTac.vo  theories/Structures/OrdersAlt.vo  theories/Structures/GenericMinMax.vo  theories/Structures/DecidableType.vo  theories/Structures/DecidableTypeEx.vo  theories/Structures/OrderedTypeAlt.vo  theories/Structures/OrderedTypeEx.vo  theories/Structures/OrderedType.vo  theories/Vectors/Fin.vo  theories/Vectors/VectorDef.vo  theories/Vectors/VectorSpec.vo  theories/Vectors/Vector.vo  plugins/omega/OmegaLemmas.vo  plugins/omega/OmegaPlugin.vo  plugins/omega/Omega.vo  plugins/omega/PreOmega.vo  plugins/romega/ReflOmegaCore.vo  plugins/romega/ROmega.vo  plugins/micromega/CheckerMaker.vo  plugins/micromega/EnvRing.vo  plugins/micromega/Env.vo  plugins/micromega/OrderedRing.vo  plugins/micromega/Psatz.vo  plugins/micromega/QMicromega.vo  plugins/micromega/Refl.vo  plugins/micromega/RingMicromega.vo  plugins/micromega/RMicromega.vo  plugins/micromega/Tauto.vo  plugins/micromega/VarMap.vo  plugins/micromega/ZCoeff.vo  plugins/micromega/ZMicromega.vo  plugins/ring/LegacyArithRing.vo  plugins/ring/LegacyNArithRing.vo  plugins/ring/LegacyRing_theory.vo  plugins/ring/LegacyRing.vo  plugins/ring/LegacyZArithRing.vo  plugins/ring/Ring_abstract.vo  plugins/ring/Ring_normalize.vo  plugins/ring/Setoid_ring_normalize.vo  plugins/ring/Setoid_ring_theory.vo  plugins/ring/Setoid_ring.vo  plugins/field/LegacyField_Compl.vo  plugins/field/LegacyField_Tactic.vo  plugins/field/LegacyField_Theory.vo  plugins/field/LegacyField.vo   plugins/fourier/Fourier_util.vo  plugins/fourier/Fourier.vo   plugins/funind/Recdef.vo  plugins/rtauto/Bintree.vo  plugins/rtauto/Rtauto.vo  plugins/setoid_ring/ArithRing.vo  plugins/setoid_ring/BinList.vo  plugins/setoid_ring/Field_tac.vo  plugins/setoid_ring/Field_theory.vo  plugins/setoid_ring/Field.vo  plugins/setoid_ring/InitialRing.vo  plugins/setoid_ring/NArithRing.vo  plugins/setoid_ring/RealField.vo  plugins/setoid_ring/Ring_base.vo  plugins/setoid_ring/Ring_equiv.vo  plugins/setoid_ring/Ring_polynom.vo  plugins/setoid_ring/Ring_tac.vo  plugins/setoid_ring/Ring_theory.vo  plugins/setoid_ring/Ring.vo  plugins/setoid_ring/ZArithRing.vo  plugins/setoid_ring/Algebra_syntax.vo  plugins/setoid_ring/Cring.vo  plugins/setoid_ring/Ncring.vo  plugins/setoid_ring/Ncring_polynom.vo  plugins/setoid_ring/Ncring_initial.vo  plugins/setoid_ring/Ncring_tac.vo  plugins/setoid_ring/Rings_Z.vo  plugins/setoid_ring/Rings_R.vo  plugins/setoid_ring/Rings_Q.vo  plugins/setoid_ring/Integral_domain.vo  plugins/quote/Quote.vo  plugins/nsatz/Nsatz.vo  plugins/extraction/ExtrOcamlBasic.vo  plugins/extraction/ExtrOcamlIntConv.vo  plugins/extraction/ExtrOcamlBigIntConv.vo  plugins/extraction/ExtrOcamlNatInt.vo  plugins/extraction/ExtrOcamlNatBigInt.vo  plugins/extraction/ExtrOcamlZInt.vo  plugins/extraction/ExtrOcamlZBigInt.vo  plugins/extraction/ExtrOcamlString.vo plugins/omega/omega_plugin.cma plugins/romega/romega_plugin.cma plugins/micromega/micromega_plugin.cma plugins/decl_mode/decl_mode_plugin.cma plugins/quote/quote_plugin.cma plugins/ring/ring_plugin.cma plugins/setoid_ring/newring_plugin.cma plugins/field/field_plugin.cma plugins/fourier/fourier_plugin.cma plugins/extraction/extraction_plugin.cma plugins/xml/xml_plugin.cma plugins/cc/cc_plugin.cma  plugins/firstorder/ground_plugin.cma plugins/subtac/subtac_plugin.cma plugins/rtauto/rtauto_plugin.cma plugins/funind/recdef_plugin.cma plugins/nsatz/nsatz_plugin.cma plugins/syntax/nat_syntax_plugin.cma plugins/syntax/z_syntax_plugin.cma plugins/syntax/numbers_syntax_plugin.cma plugins/syntax/r_syntax_plugin.cma plugins/syntax/ascii_syntax_plugin.cma plugins/syntax/string_syntax_plugin.cma
- install -d "/home/opam/.opam/4.02/lib/coq"/states
- install -m 644  states/*.coq "/home/opam/.opam/4.02/lib/coq"/states
- install -d "/home/opam/.opam/4.02/lib/coq"/user-contrib
- install -m 644  kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.02/lib/coq"
- ./install.sh  "/home/opam/.opam/4.02/lib/coq" config/coq_config.cmo config/coq_config.cmo lib/lib.cma kernel/kernel.cma library/library.cma pretyping/pretyping.cma interp/interp.cma proofs/proofs.cma parsing/parsing.cma tactics/tactics.cma toplevel/toplevel.cma parsing/highparsing.cma tactics/hightactics.cma   parsing/grammar.cma
- ./install.sh  "/home/opam/.opam/4.02/lib/coq" config/coq_config.cmi interp/constrextern.cmi interp/constrintern.cmi interp/coqlib.cmi interp/dumpglob.cmi interp/genarg.cmi interp/implicit_quantifiers.cmi interp/modintern.cmi interp/notation.cmi interp/ppextend.cmi interp/reserve.cmi interp/smartlocate.cmi interp/syntax_def.cmi interp/topconstr.cmi kernel/cbytecodes.cmi kernel/cbytegen.cmi kernel/cemitcodes.cmi kernel/closure.cmi kernel/conv_oracle.cmi kernel/cooking.cmi kernel/copcodes.cmi kernel/csymtable.cmi kernel/declarations.cmi kernel/entries.cmi kernel/environ.cmi kernel/esubst.cmi kernel/indtypes.cmi kernel/inductive.cmi kernel/mod_subst.cmi kernel/mod_typing.cmi kernel/modops.cmi kernel/names.cmi kernel/pre_env.cmi kernel/reduction.cmi kernel/retroknowledge.cmi kernel/safe_typing.cmi kernel/sign.cmi kernel/subtyping.cmi kernel/term.cmi kernel/term_typing.cmi kernel/type_errors.cmi kernel/typeops.cmi kernel/univ.cmi kernel/vconv.cmi kernel/vm.cmi lib/bigint.cmi lib/compat.cmi lib/dnet.cmi lib/dyn.cmi lib/envars.cmi lib/errors.cmi lib/explore.cmi lib/flags.cmi lib/fmap.cmi lib/fset.cmi lib/gmap.cmi lib/gmapl.cmi lib/hashcons.cmi lib/hashtbl_alt.cmi lib/heap.cmi lib/option.cmi lib/pp.cmi lib/pp_control.cmi lib/predicate.cmi lib/profile.cmi lib/rtree.cmi lib/segmenttree.cmi lib/store.cmi lib/system.cmi lib/tries.cmi lib/unicodetable.cmi lib/unionfind.cmi lib/util.cmi lib/xml_lexer.cmi lib/xml_parser.cmi lib/xml_utils.cmi library/assumptions.cmi library/decl_kinds.cmi library/declare.cmi library/declaremods.cmi library/decls.cmi library/dischargedhypsmap.cmi library/global.cmi library/goptions.cmi library/goptionstyp.cmi library/heads.cmi library/impargs.cmi library/lib.cmi library/libnames.cmi library/libobject.cmi library/library.cmi library/nameops.cmi library/nametab.cmi library/states.cmi library/summary.cmi parsing/egrammar.cmi parsing/extend.cmi parsing/extrawit.cmi parsing/g_constr.cmi parsing/g_ltac.cmi parsing/g_prim.cmi parsing/g_proofs.cmi parsing/g_tactic.cmi parsing/g_vernac.cmi parsing/g_xml.cmi parsing/lexer.cmi parsing/pcoq.cmi parsing/ppconstr.cmi parsing/pptactic.cmi parsing/ppvernac.cmi parsing/prettyp.cmi parsing/printer.cmi parsing/printmod.cmi parsing/q_util.cmi parsing/tactic_printer.cmi parsing/tok.cmi plugins/cc/cc_plugin_mod.cmi plugins/cc/ccalgo.cmi plugins/cc/ccproof.cmi plugins/cc/cctac.cmi plugins/cc/g_congruence.cmi plugins/decl_mode/decl_expr.cmi plugins/decl_mode/decl_interp.cmi plugins/decl_mode/decl_mode.cmi plugins/decl_mode/decl_mode_plugin_mod.cmi plugins/decl_mode/decl_proof_instr.cmi plugins/decl_mode/g_decl_mode.cmi plugins/decl_mode/ppdecl_proof.cmi plugins/extraction/common.cmi plugins/extraction/extract_env.cmi plugins/extraction/extraction.cmi plugins/extraction/extraction_plugin_mod.cmi plugins/extraction/g_extraction.cmi plugins/extraction/haskell.cmi plugins/extraction/miniml.cmi plugins/extraction/mlutil.cmi plugins/extraction/modutil.cmi plugins/extraction/ocaml.cmi plugins/extraction/scheme.cmi plugins/extraction/table.cmi plugins/field/field.cmi plugins/field/field_plugin_mod.cmi plugins/firstorder/formula.cmi plugins/firstorder/g_ground.cmi plugins/firstorder/ground.cmi plugins/firstorder/ground_plugin_mod.cmi plugins/firstorder/instances.cmi plugins/firstorder/rules.cmi plugins/firstorder/sequent.cmi plugins/firstorder/unify.cmi plugins/fourier/fourier.cmi plugins/fourier/fourierR.cmi plugins/fourier/fourier_plugin_mod.cmi plugins/fourier/g_fourier.cmi plugins/funind/functional_principles_proofs.cmi plugins/funind/functional_principles_types.cmi plugins/funind/g_indfun.cmi plugins/funind/glob_term_to_relation.cmi plugins/funind/glob_termops.cmi plugins/funind/indfun.cmi plugins/funind/indfun_common.cmi plugins/funind/invfun.cmi plugins/funind/merge.cmi plugins/funind/recdef.cmi plugins/funind/recdef_plugin_mod.cmi plugins/micromega/certificate.cmi plugins/micromega/coq_micromega.cmi plugins/micromega/g_micromega.cmi plugins/micromega/mfourier.cmi plugins/micromega/micromega.cmi plugins/micromega/micromega_plugin_mod.cmi plugins/micromega/mutils.cmi plugins/micromega/persistent_cache.cmi plugins/micromega/polynomial.cmi plugins/micromega/sos.cmi plugins/micromega/sos_types.cmi plugins/nsatz/ideal.cmi plugins/nsatz/nsatz.cmi plugins/nsatz/nsatz_plugin_mod.cmi plugins/nsatz/polynom.cmi plugins/nsatz/utile.cmi plugins/omega/coq_omega.cmi plugins/omega/g_omega.cmi plugins/omega/omega.cmi plugins/omega/omega_plugin_mod.cmi plugins/quote/g_quote.cmi plugins/quote/quote.cmi plugins/quote/quote_plugin_mod.cmi plugins/ring/g_ring.cmi plugins/ring/ring.cmi plugins/ring/ring_plugin_mod.cmi plugins/romega/const_omega.cmi plugins/romega/g_romega.cmi plugins/romega/refl_omega.cmi plugins/romega/romega_plugin_mod.cmi plugins/rtauto/g_rtauto.cmi plugins/rtauto/proof_search.cmi plugins/rtauto/refl_tauto.cmi plugins/rtauto/rtauto_plugin_mod.cmi plugins/setoid_ring/newring.cmi plugins/setoid_ring/newring_plugin_mod.cmi plugins/subtac/eterm.cmi plugins/subtac/g_subtac.cmi plugins/subtac/subtac.cmi plugins/subtac/subtac_cases.cmi plugins/subtac/subtac_classes.cmi plugins/subtac/subtac_coercion.cmi plugins/subtac/subtac_command.cmi plugins/subtac/subtac_errors.cmi plugins/subtac/subtac_obligations.cmi plugins/subtac/subtac_plugin_mod.cmi plugins/subtac/subtac_pretyping.cmi plugins/subtac/subtac_pretyping_F.cmi plugins/subtac/subtac_utils.cmi plugins/syntax/ascii_syntax.cmi plugins/syntax/ascii_syntax_plugin_mod.cmi plugins/syntax/nat_syntax.cmi plugins/syntax/nat_syntax_plugin_mod.cmi plugins/syntax/numbers_syntax.cmi plugins/syntax/numbers_syntax_plugin_mod.cmi plugins/syntax/r_syntax.cmi plugins/syntax/r_syntax_plugin_mod.cmi plugins/syntax/string_syntax.cmi plugins/syntax/string_syntax_plugin_mod.cmi plugins/syntax/z_syntax.cmi plugins/syntax/z_syntax_plugin_mod.cmi plugins/xml/acic.cmi plugins/xml/acic2Xml.cmi plugins/xml/cic2Xml.cmi plugins/xml/cic2acic.cmi plugins/xml/doubleTypeInference.cmi plugins/xml/dumptree.cmi plugins/xml/proof2aproof.cmi plugins/xml/proofTree2Xml.cmi plugins/xml/unshare.cmi plugins/xml/xml.cmi plugins/xml/xml_plugin_mod.cmi plugins/xml/xmlcommand.cmi plugins/xml/xmlentries.cmi pretyping/arguments_renaming.cmi pretyping/cases.cmi pretyping/cbv.cmi pretyping/classops.cmi pretyping/coercion.cmi pretyping/detyping.cmi pretyping/evarconv.cmi pretyping/evarutil.cmi pretyping/evd.cmi pretyping/glob_term.cmi pretyping/indrec.cmi pretyping/inductiveops.cmi pretyping/matching.cmi pretyping/namegen.cmi pretyping/pattern.cmi pretyping/pretype_errors.cmi pretyping/pretyping.cmi pretyping/recordops.cmi pretyping/reductionops.cmi pretyping/retyping.cmi pretyping/tacred.cmi pretyping/term_dnet.cmi pretyping/termops.cmi pretyping/typeclasses.cmi pretyping/typeclasses_errors.cmi pretyping/typing.cmi pretyping/unification.cmi pretyping/vnorm.cmi proofs/clenv.cmi proofs/clenvtac.cmi proofs/evar_refiner.cmi proofs/goal.cmi proofs/logic.cmi proofs/pfedit.cmi proofs/proof.cmi proofs/proof_global.cmi proofs/proof_type.cmi proofs/proofview.cmi proofs/redexpr.cmi proofs/refiner.cmi proofs/tacexpr.cmi proofs/tacmach.cmi proofs/tactic_debug.cmi tactics/auto.cmi tactics/autorewrite.cmi tactics/btermdn.cmi tactics/class_tactics.cmi tactics/contradiction.cmi tactics/dn.cmi tactics/eauto.cmi tactics/elim.cmi tactics/elimschemes.cmi tactics/eqdecide.cmi tactics/eqschemes.cmi tactics/equality.cmi tactics/evar_tactics.cmi tactics/extraargs.cmi tactics/extratactics.cmi tactics/hiddentac.cmi tactics/hipattern.cmi tactics/inv.cmi tactics/leminv.cmi tactics/nbtermdn.cmi tactics/refine.cmi tactics/rewrite.cmi tactics/tacinterp.cmi tactics/tactic_option.cmi tactics/tacticals.cmi tactics/tactics.cmi tactics/tauto.cmi tactics/termdn.cmi toplevel/auto_ind_decl.cmi toplevel/autoinstance.cmi toplevel/backtrack.cmi toplevel/cerrors.cmi toplevel/class.cmi toplevel/classes.cmi toplevel/command.cmi toplevel/coqinit.cmi toplevel/coqtop.cmi toplevel/discharge.cmi toplevel/himsg.cmi toplevel/ide_intf.cmi toplevel/ide_slave.cmi toplevel/ind_tables.cmi toplevel/indschemes.cmi toplevel/interface.cmi toplevel/lemmas.cmi toplevel/libtypes.cmi toplevel/metasyntax.cmi toplevel/mltop.cmi toplevel/record.cmi toplevel/search.cmi toplevel/toplevel.cmi toplevel/usage.cmi toplevel/vernac.cmi toplevel/vernacentries.cmi toplevel/vernacexpr.cmi toplevel/vernacinterp.cmi toplevel/whelp.cmi
- install -m 644  kernel/byterun/libcoqrun.a "/home/opam/.opam/4.02/lib/coq"
- ./install.sh  "/home/opam/.opam/4.02/lib/coq" config/coq_config.cmx config/coq_config.o config/coq_config.cmo lib/lib.cmxa kernel/kernel.cmxa library/library.cmxa pretyping/pretyping.cmxa interp/interp.cmxa proofs/proofs.cmxa parsing/parsing.cmxa tactics/tactics.cmxa toplevel/toplevel.cmxa parsing/highparsing.cmxa tactics/hightactics.cmxa config/coq_config.cmo lib/lib.a kernel/kernel.a library/library.a pretyping/pretyping.a interp/interp.a proofs/proofs.a parsing/parsing.a tactics/tactics.a toplevel/toplevel.a parsing/highparsing.a tactics/hightactics.a plugins/omega/omega_plugin.cmxs plugins/romega/romega_plugin.cmxs plugins/micromega/micromega_plugin.cmxs plugins/decl_mode/decl_mode_plugin.cmxs plugins/quote/quote_plugin.cmxs plugins/ring/ring_plugin.cmxs plugins/setoid_ring/newring_plugin.cmxs plugins/field/field_plugin.cmxs plugins/fourier/fourier_plugin.cmxs plugins/extraction/extraction_plugin.cmxs plugins/xml/xml_plugin.cmxs plugins/cc/cc_plugin.cmxs plugins/firstorder/ground_plugin.cmxs plugins/subtac/subtac_plugin.cmxs plugins/rtauto/rtauto_plugin.cmxs plugins/funind/recdef_plugin.cmxs plugins/nsatz/nsatz_plugin.cmxs plugins/syntax/nat_syntax_plugin.cmxs plugins/syntax/z_syntax_plugin.cmxs plugins/syntax/numbers_syntax_plugin.cmxs plugins/syntax/r_syntax_plugin.cmxs plugins/syntax/ascii_syntax_plugin.cmxs plugins/syntax/string_syntax_plugin.cmxs
- install -d "/home/opam/.opam/4.02/lib/coq"/plugins/micromega
- install plugins/micromega/csdpcert "/home/opam/.opam/4.02/lib/coq"/plugins/micromega
- rm -f "/home/opam/.opam/4.02/lib/coq"/revision
- install -m 644  revision "/home/opam/.opam/4.02/lib/coq"
- install: cannot stat 'revision': No such file or directory
- make[1]: [Makefile.build:653: install-library] Error 1 (ignored)
- install -d "/home/opam/.opam/4.02/man"/man1
- install -m 644  man/coq-tex.1 man/coqdep.1 man/gallina.1 man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 man/coqwc.1 man/coqdoc.1 man/coqide.1 man/coq_makefile.1 man/coqmktop.1 man/coqchk.1 "/home/opam/.opam/4.02/man"/man1
- install -d "/home/opam/.opam/4.02/share/emacs/site-lisp"
- install -m 644  tools/coq-db.el tools/coq-font-lock.el tools/coq-syntax.el tools/coq.el tools/coq-inferior.el "/home/opam/.opam/4.02/share/emacs/site-lisp"
- install -d "/home/opam/.opam/4.02/share/emacs/site-lisp"
- install -m 644  tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.02/share/emacs/site-lisp"	
- install -d "/home/opam/.opam/4.02/share/coq"
- install -m 644  ide/coq.png "/home/opam/.opam/4.02/share/coq"
- install -d "/home/opam/.opam/4.02/lib/coq/config"
- install -m 644  ide/coqide-gtk2rc "/home/opam/.opam/4.02/lib/coq/config"
- if [ X11 = QUARTZ ] ; then install -m 644  ide/mac_default_accel_map "/home/opam/.opam/4.02/lib/coq/config"/coqide.keys ; fi
- install -d "/home/opam/.opam/4.02/doc"
- install -m 644  ide/FAQ "/home/opam/.opam/4.02/doc"/FAQ-CoqIde
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/coq.8.4.6~camlp4'
-> installed coq.8.4.6~camlp4
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-03 03:17.21 ---> saved as "fc9a3d09ea4af16b6fca5c6f2e1d316812e7bd5499d16dca1029282248a62bc6"
Job succeeded