Module Structures.CSTable
Low level access to the Canonical Structure database
type entry
=
{
projection : Names.GlobRef.t;
value : ValuePattern.t;
solution : Names.GlobRef.t;
}
val entries : unit -> entry list
all
returns the list of tuplesp ; v ; s
Note: p s = v
val entries_for : projection:Names.GlobRef.t -> entry list
entries_for p
returns the list of canonical entries that have p as their FieldName