]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 1 Jul 2004 15:28:10 +0000 (15:28 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 1 Jul 2004 15:28:10 +0000 (15:28 +0000)
helm/ocaml/cic/cic.ml

index f9e99260d52944640d65ace9d5d9b6909be8cd42..e310b6a9f07900d8e360da2c4309014088a216b7 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(******************************************************************************)
-(*                                                                            *)
-(*                               PROJECT HELM                                 *)
-(*                                                                            *)
-(*                Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>               *)
-(*                                 29/11/2000                                 *)
-(*                                                                            *)
-(* This module defines the internal representation of the objects (variables, *)
-(* blocks of (co)inductive definitions and constants) and the terms of cic    *)
-(*                                                                            *)
-(******************************************************************************)
+(*****************************************************************************)
+(*                                                                           *)
+(*                               PROJECT HELM                                *)
+(*                                                                           *)
+(*                Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>              *)
+(*                                 29/11/2000                                *)
+(*                                                                           *)
+(* This module defines the internal representation of the objects (variables,*)
+(* blocks of (co)inductive definitions and constants) and the terms of cic   *)
+(*                                                                           *)
+(*****************************************************************************)
 
 (* STUFF TO MANAGE IDENTIFIERS *)
 type id = string  (* the abstract type of the (annotated) node identifiers *)