aboutsummaryrefslogtreecommitdiff
path: root/user-contrib/Ltac2/Constr.v
diff options
context:
space:
mode:
authorPierre Roux2019-05-10 15:20:57 +0200
committerPierre Roux2019-11-01 10:20:07 +0100
commit953a6880cd1bc6c2558a67c9eb927be08b387b13 (patch)
tree0e7d35b0a00ad40d26ab509fb8566f40ea70343e /user-contrib/Ltac2/Constr.v
parentb0b3cc67e01b165272588b2d8bc178840ba83945 (diff)
Add primitive floats to Ltac2
Diffstat (limited to 'user-contrib/Ltac2/Constr.v')
-rw-r--r--user-contrib/Ltac2/Constr.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-contrib/Ltac2/Constr.v b/user-contrib/Ltac2/Constr.v
index 942cbe8916..a0b25afc37 100644
--- a/user-contrib/Ltac2/Constr.v
+++ b/user-contrib/Ltac2/Constr.v
@@ -45,6 +45,7 @@ Ltac2 Type kind := [
| CoFix (int, ident option binder_annot array, constr array, constr array)
| Proj (projection, constr)
| Uint63 (uint63)
+| Float (float)
].
Ltac2 @ external kind : constr -> kind := "ltac2" "constr_kind".