aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorPierre Roux2018-10-20 23:43:07 +0200
committerPierre Roux2019-11-01 10:20:55 +0100
commitfdfcadc111fb5618a8e4a769c50607dc920b7dec (patch)
tree811b37c20ab97e1c4bd3c909db7c9c87e31931a0 /theories
parent6133877fc097412233a60740fdf94374abb79559 (diff)
Parsing primitive float constants
Diffstat (limited to 'theories')
-rw-r--r--theories/Floats/PrimFloat.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Floats/PrimFloat.v b/theories/Floats/PrimFloat.v
index b84965a11a..c3c35486d9 100644
--- a/theories/Floats/PrimFloat.v
+++ b/theories/Floats/PrimFloat.v
@@ -11,6 +11,8 @@ Declare Scope float_scope.
Delimit Scope float_scope with float.
Bind Scope float_scope with float.
+Declare ML Module "float_syntax_plugin".
+
Primitive opp := #float64_opp.
Notation "- x" := (opp x) : float_scope.