You can search for identifiers within the package.
in-package search v0.2.0
The theory of memories.
val load : ('a, 'b) mem -> 'a bitv -> 'b bitv
load m k is the value associated with the key k in the memory m.
load m k
k
m
val store : ('a, 'b) mem -> 'a bitv -> 'b bitv -> ('a, 'b) mem
store m k x a memory m in which the key k is associated with the word x.
store m k x
x