summaryrefslogtreecommitdiffstats
path: root/debugger/question.mli
blob: d8e50ef9b8bc6ea39c1a79e6fa9116aa1ebf53e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(***********************************************************************)
(*                                                                     *)
(*                                OCaml                                *)
(*                                                                     *)
(*       Nicolas Pouillard, projet Gallium, INRIA Rocquencourt         *)
(*                                                                     *)
(*  Copyright 2006 Institut National de Recherche en Informatique et   *)
(*  en Automatique.  All rights reserved.  This file is distributed    *)
(*  under the terms of the Q Public License version 1.0.               *)
(*                                                                     *)
(***********************************************************************)

(* Ask user a yes or no question. *)
val yes_or_no : string -> bool