(* Initialise the toplevel environment. -*- tuareg -*-
- * $Id: init,v 1.8 2008/01/23 15:44:46 rjones Exp $
+ * $Id: init,v 1.9 2008/02/01 15:25:16 rjones Exp $
* - Removes the Pervasives module and any dangerous functions.
* - Loads just the modules we want to give access to, and just
* the functions within those modules that we want to give.
let _ = Hashtbl.create
let _ = Int32.to_string
let _ = Int64.to_string
+let _ = Lazy.force
let _ = List.length
let _ = Nativeint.to_string
let _ = Num.add_num
(* Initialise the toplevel environment. -*- tuareg -*-
- * $Id: init.in,v 1.5 2008/01/23 15:44:46 rjones Exp $
+ * $Id: init.in,v 1.6 2008/02/01 15:25:16 rjones Exp $
* - Removes the Pervasives module and any dangerous functions.
* - Loads just the modules we want to give access to, and just
* the functions within those modules that we want to give.
let _ = Hashtbl.create
let _ = Int32.to_string
let _ = Int64.to_string
+let _ = Lazy.force
let _ = List.length
let _ = Nativeint.to_string
let _ = Num.add_num