qcert icon indicating copy to clipboard operation
qcert copied to clipboard

Support SQL dates in coq code

Open joshuaauerbachwatson opened this issue 8 years ago • 1 comments

The SQLDate foreign type lacks an ocaml implementation, so our evaluators written coq generally choke on anything that contains the type. Ideally, there would be a true implementation in ocaml. For demo purposes, in the short run, it would perhaps suffice to write a dummy (error-throwing) implementation ocaml and replace the generated JS with callouts to our working SQLDate library in javascript.

joshuaauerbachwatson avatar Apr 30 '17 16:04 joshuaauerbachwatson

Possible library for date/time in OCaml, but lacks a maintainer at the moment: https://github.com/ocaml-community/calendar

jeromesimeon avatar Oct 08 '19 14:10 jeromesimeon