17 lines
1.0 KiB
OCaml
17 lines
1.0 KiB
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* OCaml *)
|
|
(* *)
|
|
(* Thomas Gazagnaire (OCamlPro), Fabrice Le Fessant (INRIA Saclay) *)
|
|
(* *)
|
|
(* Copyright 2007 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. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
val untype_structure : Typedtree.structure -> Parsetree.structure
|
|
val untype_signature : Typedtree.signature -> Parsetree.signature
|
|
|
|
val lident_of_path : Path.t -> Longident.t
|