view src/sqlcache.sig @ 2244:e4a7e3cd6f11

Use uniform representation of comparisons for better simplification.
author Ziv Scully <ziv@mit.edu>
date Mon, 20 Jul 2015 23:25:44 -0700
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