summaryrefslogtreecommitdiff
path: root/interp/topconstr.ml
blob: 7d2d75d9cb18d2701f79f1d2cb0cf43ccf01a8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(************************************************************************)
(*         *   The Coq Proof Assistant / The Coq Development Team       *)
(*  v      *   INRIA, CNRS and contributors - Copyright 1999-2018       *)
(* <O___,, *       (see CREDITS file for the list of authors)           *)
(*   \VV/  **************************************************************)
(*    //   *    This file is distributed under the terms of the         *)
(*         *     GNU Lesser General Public License Version 2.1          *)
(*         *     (see LICENSE file for the text of the license)         *)
(************************************************************************)

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