comparison src/sqlcache.sig @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
parents
children af1585e7d645
comparison
equal deleted inserted replaced
2208:cb74460f046a 2209:0ca11d57c175
1 signature SQLCACHE = sig
2
3 val ffiIndices : int list ref
4 val go : Mono.file -> Mono.file
5
6 end