Mercurial > urweb
view src/sqlcache.sig @ 2262:34ad83d9b729
Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Wed, 07 Oct 2015 08:58:08 -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