package ask

  1. Overview
  2. Docs
type t = Question.t * AnswerInput.t option
val to_yojson : t -> Yojson.Safe.t
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val show : t -> string
val can_questions_answered_get_submitted : t list -> bool
val filter_asset_out : t list -> t list
val event : string -> t -> t -> Event.t option