aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/topconstr.ml
blob: ecfb766ff45ba57c4f5edd961b0c4d7b14e50465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Constrexpr_ops

let asymmetric_patterns = asymmetric_patterns
let error_invalid_pattern_notation = error_invalid_pattern_notation
let split_at_annot = split_at_annot
let ntn_loc = ntn_loc
let patntn_loc = patntn_loc
let map_constr_expr_with_binders = map_constr_expr_with_binders
let fold_constr_expr_with_binders = fold_constr_expr_with_binders
let ids_of_cases_indtype = ids_of_cases_indtype
let occur_var_constr_expr = occur_var_constr_expr
let free_vars_of_constr_expr = free_vars_of_constr_expr
let replace_vars_constr_expr = replace_vars_constr_expr