aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/multcase.mli
blob: c0997c044ed34601a582244ad0d93433f73e53f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

(* $Id$ *)

(*i*)
open Names
open Term
open Evd
open Environ
open Rawterm
open Evarutil
(*i*)

(* Compilation of pattern-matching. *)

val compile_multcase :
  (trad_constraint -> env -> rawconstr -> unsafe_judgment)
  * 'a evar_defs -> trad_constraint -> env ->
    rawconstr option * rawconstr list *
    (identifier list * pattern list * rawconstr) list ->
    unsafe_judgment