aboutsummaryrefslogtreecommitdiff
path: root/tac2expr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-12-07 18:14:23 +0100
committerPierre-Marie Pédrot2017-05-19 15:17:31 +0200
commitf0b3169d5494074d159f94ed1d3d482037990a58 (patch)
tree951247e6c7373f54be09ff4a5c16dd40f2c42465 /tac2expr.mli
parentd54eacd7b48b9cb0212d5a7cef2ea428469df74a (diff)
Towards a proper printing of Ltac2 data structures.
Diffstat (limited to 'tac2expr.mli')
-rw-r--r--tac2expr.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/tac2expr.mli b/tac2expr.mli
index c3c1e56dea..7a2c684fbc 100644
--- a/tac2expr.mli
+++ b/tac2expr.mli
@@ -105,8 +105,8 @@ type glb_tacexpr =
| GTacArr of glb_tacexpr list
| GTacCst of type_constant * int * glb_tacexpr list
| GTacCse of glb_tacexpr * case_info * glb_tacexpr array * (Name.t array * glb_tacexpr) array
-| GTacPrj of glb_tacexpr * int
-| GTacSet of glb_tacexpr * int * glb_tacexpr
+| GTacPrj of type_constant * glb_tacexpr * int
+| GTacSet of type_constant * glb_tacexpr * int * glb_tacexpr
| GTacExt of glob_generic_argument
| GTacPrm of ml_tactic_name * glb_tacexpr list