aboutsummaryrefslogtreecommitdiff
path: root/user-contrib/Ltac2/Init.v
diff options
context:
space:
mode:
authorMichael Soegtrop2021-03-06 17:25:33 +0100
committerMichael Soegtrop2021-03-06 17:25:33 +0100
commit2c47f51a9b03b962cf688967f2ad1bdf0df448c9 (patch)
tree694d6420b8a84cdc8aec2a34f45e794e3268613f /user-contrib/Ltac2/Init.v
parentc738d6540ddadaa29ea6b3181f6ee462792fe9ce (diff)
parent14875457711853bcbf7021fba9490e554324a043 (diff)
Merge PR #13236: Add a type of format strings to Ltac2.
Reviewed-by: JasonGross Reviewed-by: MSoegtropIMC
Diffstat (limited to 'user-contrib/Ltac2/Init.v')
-rw-r--r--user-contrib/Ltac2/Init.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-contrib/Ltac2/Init.v b/user-contrib/Ltac2/Init.v
index a4f6d497df..097a0ca25f 100644
--- a/user-contrib/Ltac2/Init.v
+++ b/user-contrib/Ltac2/Init.v
@@ -35,6 +35,7 @@ Ltac2 Type preterm.
Ltac2 Type binder.
Ltac2 Type message.
+Ltac2 Type ('a, 'b, 'c, 'd) format.
Ltac2 Type exn := [ .. ].
Ltac2 Type 'a array.