aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sqlcache.sig
blob: fabc9ebfe54a1ea720ac97a7b17f6f08f0bd1ee7 (plain)
1
2
3
4
5
6
7
8
9
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