Mercurial > urweb
view src/sqlcache.sig @ 2264:bbcf9ba9b39a
Fix another mismatch between expunger SQL generation and SQL parser.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 13 Oct 2015 20:24:37 -0400 |
parents | af1585e7d645 |
children | 8d772fbf59c1 |
line wrap: on
line source
signature SQLCACHE = sig val setCache : Cache.cache -> unit val getCache : unit -> Cache.cache val getFfiInfo : unit -> {index : int, params : int} list val go : Mono.file -> Mono.file end