diff options
Diffstat (limited to 'interp/numTok.ml')
| -rw-r--r-- | interp/numTok.ml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/interp/numTok.ml b/interp/numTok.ml index 8f2004b889..c11acdc8bd 100644 --- a/interp/numTok.ml +++ b/interp/numTok.ml @@ -1,3 +1,13 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * Copyright INRIA, CNRS and contributors *) +(* <O___,, * (see version control and CREDITS file for authors & dates) *) +(* \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 = { int : string; frac : string; |
