diff src/shake.sig @ 1112:7a31e0cf25e9

Proper C-side deserialization; Shake.sliceDb
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 Jan 2010 12:47:27 -0500
parents bfa2e9ae4df8
children
line wrap: on
line diff
--- a/src/shake.sig	Sat Jan 02 14:54:15 2010 -0500
+++ b/src/shake.sig	Sun Jan 03 12:47:27 2010 -0500
@@ -31,4 +31,7 @@
 
     val shake : Core.file -> Core.file
 
+    val sliceDb : bool ref
+    (* Set this to try to delete anything not needed to determine the database schema. *)
+
 end