diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-04-16 20:40:19 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-04-16 20:40:19 +0000 |
commit | 99ad573113f5afc8bb5409649843567dee40ba40 (patch) | |
tree | 60af0349abfc1aeb5847734094dabceae8979ad1 /contrib | |
parent | b6b9ea6c22107a33121cb2e7f6f89ec82d1bc7d0 (diff) |
first-order --> firstorder (kills a warning about not being a valid id)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10805 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/extraction/CHANGES | 4 | ||||
-rw-r--r-- | contrib/firstorder/formula.ml (renamed from contrib/first-order/formula.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/formula.mli (renamed from contrib/first-order/formula.mli) | 0 | ||||
-rw-r--r-- | contrib/firstorder/g_ground.ml4 (renamed from contrib/first-order/g_ground.ml4) | 0 | ||||
-rw-r--r-- | contrib/firstorder/ground.ml (renamed from contrib/first-order/ground.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/ground.mli (renamed from contrib/first-order/ground.mli) | 0 | ||||
-rw-r--r-- | contrib/firstorder/instances.ml (renamed from contrib/first-order/instances.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/instances.mli (renamed from contrib/first-order/instances.mli) | 0 | ||||
-rw-r--r-- | contrib/firstorder/rules.ml (renamed from contrib/first-order/rules.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/rules.mli (renamed from contrib/first-order/rules.mli) | 0 | ||||
-rw-r--r-- | contrib/firstorder/sequent.ml (renamed from contrib/first-order/sequent.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/sequent.mli (renamed from contrib/first-order/sequent.mli) | 0 | ||||
-rw-r--r-- | contrib/firstorder/unify.ml (renamed from contrib/first-order/unify.ml) | 0 | ||||
-rw-r--r-- | contrib/firstorder/unify.mli (renamed from contrib/first-order/unify.mli) | 0 |
14 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extraction/CHANGES b/contrib/extraction/CHANGES index 83ea4910c..acd1dbda4 100644 --- a/contrib/extraction/CHANGES +++ b/contrib/extraction/CHANGES @@ -346,8 +346,8 @@ Dyade/BDDS boolean tautology checker. Lyon/CIRCUITS multiplication via a modelization of a circuit. Lyon/FIRING-SQUAD print the states of the firing squad. Marseille/CIRCUITS compares integers via a modelization of a circuit. -Nancy/FOUnify unification of two first-orderde deux termes. -Rocq/ARITH/Chinese computation of the chinese remaindering. +Nancy/FOUnify unification of two first-order terms. +Rocq/ARITH/Chinese computation of the chinese remainder. Rocq/COC small coc typechecker. (test by B. Barras, not by me) Rocq/HIGMAN run the proof on one example. Rocq/GRAPHS linear constraints checker in Z. diff --git a/contrib/first-order/formula.ml b/contrib/firstorder/formula.ml index ac32f6abe..ac32f6abe 100644 --- a/contrib/first-order/formula.ml +++ b/contrib/firstorder/formula.ml diff --git a/contrib/first-order/formula.mli b/contrib/firstorder/formula.mli index dca55d0bd..dca55d0bd 100644 --- a/contrib/first-order/formula.mli +++ b/contrib/firstorder/formula.mli diff --git a/contrib/first-order/g_ground.ml4 b/contrib/firstorder/g_ground.ml4 index 3ee1db14c..3ee1db14c 100644 --- a/contrib/first-order/g_ground.ml4 +++ b/contrib/firstorder/g_ground.ml4 diff --git a/contrib/first-order/ground.ml b/contrib/firstorder/ground.ml index a8d5fc2ef..a8d5fc2ef 100644 --- a/contrib/first-order/ground.ml +++ b/contrib/firstorder/ground.ml diff --git a/contrib/first-order/ground.mli b/contrib/firstorder/ground.mli index 3c0e903fd..3c0e903fd 100644 --- a/contrib/first-order/ground.mli +++ b/contrib/firstorder/ground.mli diff --git a/contrib/first-order/instances.ml b/contrib/firstorder/instances.ml index 56cea8e07..56cea8e07 100644 --- a/contrib/first-order/instances.ml +++ b/contrib/firstorder/instances.ml diff --git a/contrib/first-order/instances.mli b/contrib/firstorder/instances.mli index aed2ec83d..aed2ec83d 100644 --- a/contrib/first-order/instances.mli +++ b/contrib/firstorder/instances.mli diff --git a/contrib/first-order/rules.ml b/contrib/firstorder/rules.ml index b6112e653..b6112e653 100644 --- a/contrib/first-order/rules.ml +++ b/contrib/firstorder/rules.ml diff --git a/contrib/first-order/rules.mli b/contrib/firstorder/rules.mli index 1c2c93a49..1c2c93a49 100644 --- a/contrib/first-order/rules.mli +++ b/contrib/firstorder/rules.mli diff --git a/contrib/first-order/sequent.ml b/contrib/firstorder/sequent.ml index fd5972fb7..fd5972fb7 100644 --- a/contrib/first-order/sequent.ml +++ b/contrib/firstorder/sequent.ml diff --git a/contrib/first-order/sequent.mli b/contrib/firstorder/sequent.mli index 51db9de16..51db9de16 100644 --- a/contrib/first-order/sequent.mli +++ b/contrib/firstorder/sequent.mli diff --git a/contrib/first-order/unify.ml b/contrib/firstorder/unify.ml index 41a100c2b..41a100c2b 100644 --- a/contrib/first-order/unify.ml +++ b/contrib/firstorder/unify.ml diff --git a/contrib/first-order/unify.mli b/contrib/firstorder/unify.mli index d6cb3a082..d6cb3a082 100644 --- a/contrib/first-order/unify.mli +++ b/contrib/firstorder/unify.mli |