diff options
| author | Enrico Tassi | 2019-08-28 15:52:12 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-08-28 15:52:12 +0200 |
| commit | 1ab00ddd8fa6ca5428c7f6ff56de0562bcb4ca1f (patch) | |
| tree | 05c9be9f496fccb6cc6433eee23a7ffed5cb3321 /kernel/uint63.mli | |
| parent | 396f814900fb6b93439477d482e40b69ef339426 (diff) | |
| parent | 0ee40cbbf7df4c25a89920c4781c0bf23728c0cd (diff) | |
Merge PR #10488: Simplify picking between uint63_63.ml and uint63_31.ml + makefile fixes
Reviewed-by: ejgallego
Reviewed-by: vbgl
Diffstat (limited to 'kernel/uint63.mli')
| -rw-r--r-- | kernel/uint63.mli | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/uint63.mli b/kernel/uint63.mli index 5542716af2..d22ba3468f 100644 --- a/kernel/uint63.mli +++ b/kernel/uint63.mli @@ -1,3 +1,13 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(* * (see LICENSE file for the text of the license) *) +(************************************************************************) + type t val uint_size : int |
