Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Css.VpSourceValue parsers.
val ident_ :
of_fun:bool ->
T.ctx ->
'a ->
Buffer.t ->
bool ->
(string * ('a * T.pos)) Angstrom.tval parse_ident :
of_fun:bool ->
T.ctx ->
'a ->
(Buffer.t -> 'b) ->
(string * ('a * T.pos)) Angstrom.tval or_var :
(T.ctx -> 'a Angstrom.t) ->
T.ctx ->
[> `V of 'a | `Var of string * string option ] Angstrom.tval url_src :
T.ctx ->
[> `Data of T.url_data
| `Src of [> `Iri of Iri.t | `Var of string * string option ] ]
Angstrom.tval url :
T.ctx ->
[> `Data of T.url_data
| `Iri of Iri.t
| `Src of [> `Iri of Iri.t | `Var of string * string option ] ]
Angstrom.tval gradient :
T.ctx ->
[> `Gradient of
[> `Linear | `Radial | `Repeating_linear | `Repeating_radial ] * string ]
Angstrom.tval dimension_ :
T.ctx ->
parser_name:string ->
?default_unit:'a ->
'a Angstrom.t ->
(float * 'a) Angstrom.tval percentage_ :
T.ctx ->
string ->
([> `Percent of float ] as 'a) Angstrom.t ->
'a Angstrom.tval angle_percentage :
T.ctx ->
[> `Angle of float * T.angle_unit | `Percent of float ] Angstrom.tval axis_position_ :
(T.ctx -> ([> `Center ] as 'a) Angstrom.t) ->
T.ctx ->
'a T.axis_pos Angstrom.tval font_family_ :
T.ctx ->
[> `Family of string | `Generic of T.font_family_generic_kw ] Angstrom.tval font_family_with_unquoted_spaced_idents_ :
T.ctx ->
[> `Family of string | `Generic of T.font_family_generic_kw ] Angstrom.t