diff options
Diffstat (limited to 'verify/escSyn.ml')
-rw-r--r-- | verify/escSyn.ml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/verify/escSyn.ml b/verify/escSyn.ml index 27000585c6..407fd15cda 100644 --- a/verify/escSyn.ml +++ b/verify/escSyn.ml @@ -1,3 +1,19 @@ +(***********************************************************************) +(* *) +(* Objective Caml *) +(* *) +(* 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. *) +(* *) +(***********************************************************************) + +(* $Id: env.ml 9240 2009-04-28 05:11:54Z garrigue $ *) + +(* auxiliary functions on expressions *) + open Types open Typedtree open Path |