Zulip Chat Archive

Stream: general

Topic: data.int.basic


Johan Commelin (Apr 27 2020 at 11:47):

Should data.int.basic depend on algebra.char_zero which depends on algebra.field which depends on... ?

Gabriel Ebner (Apr 27 2020 at 11:50):

It is certainly inconvenient. The import is only necessary for four lemmas, right?

Chris Hughes (Apr 27 2020 at 11:50):

The lemma in data.int.basic that depend on char_zero are all variants of cast being injective which could be moved to char_zero

Chris Hughes (Apr 27 2020 at 13:54):

I don't think it matters that much since they're all fairly low down in the hierarchy.

Scott Morrison (Apr 28 2020 at 07:23):

Removing the dependency does sounds reasonable. Getting data.int.basic done early is a good idea. It would be great if we had per file compilation times, and could see what the long pole was for compiling mathlib.

Scott Morrison (Apr 28 2020 at 07:23):

(Assuming excessive parallelism.)


Last updated: Dec 20 2023 at 11:08 UTC