package calculon-web
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type search_entry = Giphy_t.search_entry = {
type_ : string;
url : string;
embed_url : string;
images : images;
}
type json = Yojson.Safe.t
type search_result = Giphy_t.search_result = {
data : search_entry list;
meta : json;
pagination : json;
}
val string_of_image : ?len:int -> image -> string
Serialize a value of type image
into a JSON string.
val read_image : Yojson.Safe.lexer_state -> Lexing.lexbuf -> image
Input JSON data of type image
.
val string_of_images : ?len:int -> images -> string
Serialize a value of type images
into a JSON string.
val read_images : Yojson.Safe.lexer_state -> Lexing.lexbuf -> images
Input JSON data of type images
.
val write_search_entry : Buffer.t -> search_entry -> unit
Output a JSON value of type search_entry
.
val string_of_search_entry : ?len:int -> search_entry -> string
Serialize a value of type search_entry
into a JSON string.
val read_search_entry :
Yojson.Safe.lexer_state ->
Lexing.lexbuf ->
search_entry
Input JSON data of type search_entry
.
val search_entry_of_string : string -> search_entry
Deserialize JSON data of type search_entry
.
val read_json : Yojson.Safe.lexer_state -> Lexing.lexbuf -> json
Input JSON data of type json
.
val write_search_result : Buffer.t -> search_result -> unit
Output a JSON value of type search_result
.
val string_of_search_result : ?len:int -> search_result -> string
Serialize a value of type search_result
into a JSON string.
val read_search_result :
Yojson.Safe.lexer_state ->
Lexing.lexbuf ->
search_result
Input JSON data of type search_result
.
val search_result_of_string : string -> search_result
Deserialize JSON data of type search_result
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>