Module Values_0.KernelSpecsSource

Sourcetype nonrec t = KernelSpec.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : KernelSpec.t list -> [> `List of [> `Structure of (string * [> `String of KernelName.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> KernelSpec.t list
Sourceval of_json : [> Yojson.Safe.t ] -> KernelSpec.t list
Sourceval to_json : KernelSpec.t list -> Yojson.Safe.t