diff options
Diffstat (limited to 'testsuite/tests/basic-modules/main.ml')
-rw-r--r-- | testsuite/tests/basic-modules/main.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/basic-modules/main.ml b/testsuite/tests/basic-modules/main.ml index 7f3f44d72b..aee809319f 100644 --- a/testsuite/tests/basic-modules/main.ml +++ b/testsuite/tests/basic-modules/main.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Jacques Garrigue, Nagoya University *) +(* *) +(* Copyright 2014 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + (* PR#6435 *) module F (M : sig |