Module GdataAtom.Rel

type t = [
| `Self
| `Alternate
| `Edit
| `EditMedia
]
val to_string : [> t ] -> string