diff options
| author | Michael Soegtrop | 2021-03-06 17:25:33 +0100 |
|---|---|---|
| committer | Michael Soegtrop | 2021-03-06 17:25:33 +0100 |
| commit | 2c47f51a9b03b962cf688967f2ad1bdf0df448c9 (patch) | |
| tree | 694d6420b8a84cdc8aec2a34f45e794e3268613f /user-contrib/Ltac2/Init.v | |
| parent | c738d6540ddadaa29ea6b3181f6ee462792fe9ce (diff) | |
| parent | 14875457711853bcbf7021fba9490e554324a043 (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.v | 1 |
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. |
