Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Question.t * AnswerInput.t option
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp : Format.formatter -> t -> unit
val show : t -> string
val can_questions_answered_get_submitted : t list -> bool
val update :
(Question.t * AnswerInput.t) list ->
Question.t ->
AnswerInput.t ->
(Question.t * AnswerInput.t) list