view src/sqlcache.sig @ 2251:25874084bf1f

Make Mono.file a record for readability upon extension.
author Ziv Scully <ziv@mit.edu>
date Sun, 13 Sep 2015 17:02:17 -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