Values.TermRelationsSourceThe details of the term relations.
type nonrec t = {isA : TermRelationsIsAList.t option;The isA property of the term relations.
*)classifies : TermRelationsClassifiesList.t option;The classifies of the term relations.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of GlossaryTermId.t ] list ]) list ]