Sourcetype when_ = [ | `Always| `Never| `Auto
] Sourcetype answer = [ | `unsafe_yes| `all_yes| `all_no| `ask
] Sourcetype yes_answer = [ | `unsafe_yes| `all_yes
] Sourceval bool_of_string : string -> bool option Sourceval env : (string -> 'a) -> string -> 'a option