diff options
Diffstat (limited to 'testsuite/tests/prim-revapply/apply.ml')
-rw-r--r-- | testsuite/tests/prim-revapply/apply.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/prim-revapply/apply.ml b/testsuite/tests/prim-revapply/apply.ml index 1a169e18e5..e873c48458 100644 --- a/testsuite/tests/prim-revapply/apply.ml +++ b/testsuite/tests/prim-revapply/apply.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Fabrice Le Fessant, INRIA Saclay *) +(* *) +(* Copyright 2012 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. *) +(* *) +(***********************************************************************) + external ( @@ ) : ('a -> 'b) -> 'a -> 'b = "%apply" let f x = x + x |