aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/ssr/ssrast.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-08 09:57:48 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-08 09:57:48 +0200
commit1ee1c09eb1e9c347537e058e1c7932c864bdb8f0 (patch)
tree294570bdd6eea833319174524a5659a6dcdcdadd /plugins/ssr/ssrast.mli
parent73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff)
parent11723417c3c3c76b121f5548948268961b621a49 (diff)
Merge PR#652: Put all plugins behind an "API".
Diffstat (limited to 'plugins/ssr/ssrast.mli')
-rw-r--r--plugins/ssr/ssrast.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ssr/ssrast.mli b/plugins/ssr/ssrast.mli
index 69202ae2d..4ddd38365 100644
--- a/plugins/ssr/ssrast.mli
+++ b/plugins/ssr/ssrast.mli
@@ -8,6 +8,7 @@
(* This file is (C) Copyright 2006-2015 Microsoft Corporation and Inria. *)
+open API
open Names
open Ltac_plugin
@@ -78,7 +79,7 @@ type ssripat =
| IPatView of ssrterm list (* /view *)
| IPatClear of ssrclear (* {H1 H2} *)
| IPatSimpl of ssrsimpl
- | IPatNewHidden of identifier list
+ | IPatNewHidden of Id.t list
(* | IPatVarsForAbstract of Id.t list *)
and ssripats = ssripat list