let print_knowledge f = function | Yes -> pp_print_string f "Yes" | No -> pp_print_string f "No" | Unknown -> pp_print_string f "Unknown"