package irmin-server

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Store.Mem

Check for the existence of a value in the store

type req = t * Store.path
type res = bool
val req_t : req Irmin.Type.t
val res_t : res Irmin.Type.t
val name : string