Acutis.Of_decodableA functor that builds functions to render templates and construct type interfaces from decodable data.
Apply data to a template. Ok str is the rendered output. Error str is an error message.
val interface : D.t -> interface compile_resultCompile a type interface from a generic format that can be represented with any decodable data. For example, if we use JSON, where assoc values are objects and seq values are arrays:
"int", "float", "string", and "_".{"a": "int", "b": "string"}.["nullable", "int"].["enum", false, true].The parameterized type names are:
dictenumenum_openlistnullabletagtupleunionunion_open