packages feed

Agda-2.3.2.2: test/succeed/Issue100.agda

module Issue100 where

-- hiding (Nat) goes on the 'open' not on the 'import'.
open import Nat hiding (Nat)

one : Nat.Nat
one = suc zero