Parameter CtxStore.A

include Stored;
type t;
type key;
let compare_key: key => key => int;
type context;
let make_key: context => t => option(key);