package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/src/nsatz_plugin/utile.ml.html

Source file utile.ml

1
2
3
4
5
6
7
8
9
(* Printing *)

let pr x =
  if CDebug.(get_flag misc) then (Format.printf "@[%s@]" x; flush(stdout);)else ()

let prt0 s = () (* print_string s;flush(stdout)*)

let sinfo s = if CDebug.(get_flag misc) then Feedback.msg_debug (Pp.str s)
let info s = if CDebug.(get_flag misc) then Feedback.msg_debug (Pp.str (s ()))
OCaml

Innovation. Community. Security.