aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/syntax_def.mli
blob: 84ef5e1d9ed84bde31c23a346d2d9f3c56c29a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

(*i $Id$ i*)

(*i*)
open Names
open Rawterm
(*i*)

(* Syntactic definitions. *)

val declare_syntactic_definition : identifier -> rawconstr -> unit

val search_syntactic_definition : section_path -> rawconstr

val locate_syntactic_definition : qualid -> section_path