diff options
Diffstat (limited to 'kernel/term_typing.ml')
| -rw-r--r-- | kernel/term_typing.ml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/term_typing.ml b/kernel/term_typing.ml index dac8ee47af..da33930657 100644 --- a/kernel/term_typing.ml +++ b/kernel/term_typing.ml @@ -6,6 +6,12 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) +(* Created by Jacek Chrzaszcz, Aug 2002 as part of the implementation of + the Coq module system *) + +(* This module provides the main entry points for type-checking basic + declarations *) + open Util open Names open Univ |
