[Agda] Nat arithmetic properties

Roman effectfully at gmail.com
Sat Sep 24 22:03:49 CEST 2016


Sergei, yes, {-# OPTIONS --no-eta-equality #-} — for a whole file, and
for records it looks like this:

    record R : Set where
      no-eta-equality
      constructor C
      field
         ...


More information about the Agda mailing list