aboutsummaryrefslogtreecommitdiff
path: root/vernac
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-04-09 03:35:20 +0200
committerEmilio Jesus Gallego Arias2017-04-25 00:33:36 +0200
commitee2197096fe75a63b4d92cb3a1bb05122c5c625b (patch)
tree3b40c06375a463625a2675b90e009fcb0b64a7d2 /vernac
parent054d2736c1c1b55cb7708ff0444af521cd0fe2ba (diff)
[location] [ast] Port module AST to CAst
Diffstat (limited to 'vernac')
-rw-r--r--vernac/command.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/command.ml b/vernac/command.ml
index 12df344c23..cae33f316b 100644
--- a/vernac/command.ml
+++ b/vernac/command.ml
@@ -422,7 +422,7 @@ let prepare_param = function
let rec check_anonymous_type ind =
let open Glob_term in
- match snd ind with
+ match ind.CAst.v with
| GSort (GType []) -> true
| GProd ( _, _, _, e)
| GLetIn (_, _, _, e)