https://github.com/charguer/ocaml
Raw File
Tip revision: dfc963be1a4d0b0f0f53db74cd07aab3f9ccb8b8 authored by Jun FURUSE / 古瀬 淳 on 08 September 2005, 02:01:39 UTC
fix of printer
Tip revision: dfc963b
reload.ml
(***********************************************************************)
(*                                                                     *)
(*                           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$ *)

(* Reloading for the Alpha *)

let fundecl f =
  (new Reloadgen.reload_generic)#fundecl f
back to top