aboutsummaryrefslogtreecommitdiff
path: root/user-contrib/Ltac2/Init.v
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-25 23:35:20 +0200
committerPierre-Marie Pédrot2021-01-22 11:55:21 +0100
commit0c1af31e9d338a13b7df2b4468b81e76ef182d32 (patch)
tree0fed16037e47c30037f621dad0c63b4f6f17b103 /user-contrib/Ltac2/Init.v
parent7d5618684ef17fbb34246f041b3426d42825b85a (diff)
Add a type of format strings to Ltac2.
It provides an abstract type of well-typed format strings, a scope to parse them and a minimal printf-like API.
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.