Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Machine floats in Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Machine floats in Coq


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Machine floats in Coq
  • Date: Sat, 4 Jul 2015 14:31:18 -0700

Hi,

Some of my Coq programs need to interoperate (after extraction to Haskell)
with some Haskell libraries which use floating points (Prelude.Float).

Has someone axiomatized an interface to Haskell floats,
along with extraction-directives to realize those axiomatic operations with Haskell functions?
If so, I would be grateful to reuse that code and benefit from their experience.

It would be awesome if this interface also includes a logical specification of the floating point operations, perhaps in terms of Coq rationals (Coq.QArith.QArith_base.Q).

Thanks,



Archive powered by MHonArc 2.6.18.

Top of Page