package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/src/tuto1_plugin/inspector.ml.html

Source file inspector.ml

1
2
3
4
5
6
7
8
open Pp

(*
 * Inspect an input and print a feedback message explaining what it is
 *)
let print_input (a : 'a) (printer : 'a -> Pp.t) (type_str : string) : unit =
  let msg = printer a ++ strbrk (Printf.sprintf " is a %s." type_str) in
  Feedback.msg_notice msg
OCaml

Innovation. Community. Security.