Module Html_Attributes.LinkType

type t = [
| `alternate
| `author
| `bookmark
| `help
| `icon
| `license
| `next
| `nofollow
| `noopener
| `noreferrer
| `prev
| `search
| `stylesheet
| `tag
]
val show : t -> string