Module Values.ProfileQuestionsSource

Sourcetype nonrec t = ProfileQuestion.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ProfileQuestion.t list -> [> `List of [> `Structure of (string * [> `Integer of MinSelectedProfileChoices.t | `List of [> `String of ChoiceId.t | `Structure of (string * [> `String of ChoiceId.t ]) list ] list | `String of QuestionId.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ProfileQuestion.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ProfileQuestion.t list