aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorPierre Letouzey2018-04-04 16:06:50 +0200
committerJason Gross2018-08-31 20:05:52 -0400
commit3099be05553dab10b41d864f4981860eb105f145 (patch)
treed1415b1789d254777859a3f88707076c0169ba7c /interp/notation.mli
parentfa8e58f00b6774ac8669a7282d7863f8a605abd2 (diff)
Notation: remove support for prim tokens denoting inductive types in "return"
This is prim token notations for inductive *types*, not values. So we're speaking of a scope where 0 is the type nat, 1 is the type bool, etc. To my knowledge, this feature hasn't ever been used, and is very unlikely to be used ever, so let's clean the code a bit by removing it.
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index c921606484..e8408330af 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -110,8 +110,6 @@ val uninterp_prim_token :
'a glob_constr_g -> scope_name * prim_token
val uninterp_prim_token_cases_pattern :
'a cases_pattern_g -> Name.t * scope_name * prim_token
-val uninterp_prim_token_ind_pattern :
- inductive -> cases_pattern list -> scope_name * prim_token
val availability_of_prim_token :
prim_token -> scope_name -> subscopes -> delimiters option option