You can search for identifiers within the package.
in-package search v0.2.0
type state = [
| `All
| `Closed
| `Open
]
type milestone_sort = [
| `Completeness
| `Due_date
type issue_sort = [
| `Comments
| `Created
| `Updated
type issue_comment_sort = [
type repo_sort = [
| `Forks
| `Stars
type forks_sort = [
| `Newest
| `Oldest
| `Stargazers
type direction = [
| `Asc
| `Desc
type milestone = [
| `Any
| `None
| `Num of int
type user = [
| `Login of string
type !'a range = [
| `Eq of 'a
| `Gt of 'a
| `Gte of 'a
| `Lt of 'a
| `Lte of 'a
| `Range of 'a option * 'a option
type repo_field = [
| `Description
| `Name
| `Readme
type date = string
type qualifier = [
| `Created of date range
| `Fork of [ `Only | `True ]
| `Forks of int range
| `In of repo_field list
| `Language of string
| `Pushed of date range
| `Size of int range
| `Stars of int range
| `User of string