Module Header.Index

module Type : sig ... end
type t = {
type_ : Type.t;
position : int;
}
val parser : t option Angstrom.t

Parser for an index entry.

Returns none if unknown.