[Agda] ¬ 0# ? 1#

Sergei Meshveliani mechvel at botik.ru
Mon Feb 26 12:06:49 CET 2018


People,
this is a question about Standard library.
I write

  module _ {α α=} (R : CommutativeRing α α=)
                  (open CommutativeRing R using (0#; 1#; ...))
                  (0≉1 : ¬ 0# ≈ 1#)
  ...


But probably  0≉1  needs to be an axiom in RingWithOne (and in
CommutativeRing). Is such in Standard library?

Thanks,

------
Sergei






More information about the Agda mailing list