Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1111:e1d738870086 | 1112:7a31e0cf25e9 |
---|---|
29 | 29 |
30 signature SHAKE = sig | 30 signature SHAKE = sig |
31 | 31 |
32 val shake : Core.file -> Core.file | 32 val shake : Core.file -> Core.file |
33 | 33 |
34 val sliceDb : bool ref | |
35 (* Set this to try to delete anything not needed to determine the database schema. *) | |
36 | |
34 end | 37 end |