view src/sqlcache.sig @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
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