]> matita.cs.unibo.it Git - helm.git/blobdiff - components/extlib/hExtlib.mli
fixed some pp stuff
[helm.git] / components / extlib / hExtlib.mli
index c41b2f94c60f5d59bb8d39d525d1db2c78893c01..37a3bc6df2686c17c38144b2882d1f9093842ffa 100644 (file)
@@ -94,3 +94,7 @@ val floc_of_loc: int * int -> Token.flocation
 val dummy_floc: Lexing.position * Lexing.position
 
 val raise_localized_exception: offset:int -> Token.flocation -> exn -> 'a
+
+(* size in KB (SLOW) *)
+val estimate_size: 'a -> int
+