Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val of_string :
?options:options ->
string ->
(Yaml.yaml, Spec.error list) Stdlib.result Lwt.t
val to_string :
?layout_style:Yaml.layout_style ->
?scalar_style:Yaml.scalar_style ->
Yaml.yaml ->
(string, Spec.error list) Stdlib.result