savvy.storage
Storage
savvy
savvy.github
savvy.json_uri
savvy.oauth2_client
savvy.utils
module type STORAGE_UNIT = sig ... end
module type STORAGE_KIND = sig ... end
module MakeInMemoryStorage (V : STORAGE_KIND) : STORAGE_UNIT with type value = V.value