grafite_ncommand: [ [
IDENT "qed" ; b = OPT SYMBOL "-" ->
let b = match b with None -> true | Some _ -> false in
- if not b then prerr_endline "Should not index";
- G.NQed (loc,b)
+ if not b then G.NQed (loc,b)
| nflavour = ntheorem_flavour; name = IDENT; SYMBOL ":"; typ = term;
body = OPT [ SYMBOL <:unicode<def>> (* ≝ *); body = term -> body ] ->
G.NObj (loc, N.Theorem (nflavour, name, typ, body,`Regular))
let print ?(depth=0) s =
prerr_endline (String.make (2*depth) ' '^Lazy.force s)
let noprint ?(depth=0) _ = ()
-let debug_print = print
+let debug_print = noprint
open Continuationals.Stack
open NTacStatus