module Entity:sig..end
type |    | raw_contents :  | 
|    | raw_anchor :  | 
type | | | Node of  | 
| | | Matrix of  | 
| | | Matrix3d of  | 
| | | Edge of  | 
| | | Gentity of  | 
| | | Raw of  | 
val to_raw_list : t -> RawContent.raw list
val anchor : t -> Diagrams.anchor -> Diagrams.Point.t
val order : int -> RawContent.raw list -> RawContent.raw list -> RawContent.raw list
val to_contents : t list -> RawContent.raw list