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/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.