Kazuhiko Sakaguchi

Results 307 comments of Kazuhiko Sakaguchi

I'm unavailable this week (Dagstuhl) but I advocate using number notations only for `nat` and `int` literals.

I just noticed that Nov. 1st is a public holiday in France.

We usually write `-arg -w -arg -projection-no-head-constant` in `_CoqProject` to suppress this warning.

@gares Can you point out the part of the code declaring these constants and synthesizing their types? I have a rough idea of how to fix the issue.

Thanks. I believe that constructing the types of these constants from the declaration of the record type is much easier than doing so from the types of the projections. While...

FTR, `floorQ` in `floor.v` should now be replaced by `Num.floor` (defined in `archimedean.v` for any `archiNumDomainType`).

> FTR, `floorQ` in `floor.v` should now be replaced by `Num.floor` (defined in `archimedean.v` for any `archiNumDomainType`). Done in #24.

Since Apery is now compatible with MC2, we should be able to test Apery in CI. But I don't know how to do that.

Thanks. I'm unsure if I want to revert it now, but I will open a PR to do so.