File: translate.mli

package info (click to toggle)
coq 8.0pl3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,376 kB
  • ctags: 17,713
  • sloc: ml: 97,274; makefile: 1,257; sh: 1,215; lisp: 456; awk: 15
file content (11 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
open Ascent;;
open Evd;;
open Proof_type;;
open Environ;;
open Term;;

val translate_goal : goal -> ct_RULE;;
(* The boolean argument indicates whether names from the environment should *)
(*  be avoided (same interpretation as for prterm_env and ast_of_constr)    *)
val translate_constr : bool -> env -> constr -> ct_FORMULA;;
val translate_path : int list -> ct_SIGNED_INT_LIST;;