Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_string :
?layout_style:Yaml.layout_style ->
?scalar_style:Yaml.scalar_style ->
Yaml.yaml ->
(string, Spec.error list) Stdlib.result
val of_string :
cwd:[ `Dir ] Eio.Path.t ->
?options:options ->
string ->
(Yaml.yaml, Spec.error list) Stdlib.result