diff options
Diffstat (limited to 'testsuite/tests/lib-threads/test9.ml')
-rw-r--r-- | testsuite/tests/lib-threads/test9.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/lib-threads/test9.ml b/testsuite/tests/lib-threads/test9.ml index 1f80beb8f8..16d61e0433 100644 --- a/testsuite/tests/lib-threads/test9.ml +++ b/testsuite/tests/lib-threads/test9.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1996 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. *) +(* *) +(***********************************************************************) + open Event type 'a swap_chan = ('a * 'a channel) channel |