agda2hs-1.4: lib/base/Haskell/Law/Def.agda
module Haskell.Law.Def where
open import Haskell.Prim
Injective : (a → b) → Type _
Injective f = ∀ {x y} → f x ≡ f y → x ≡ y
module Haskell.Law.Def where
open import Haskell.Prim
Injective : (a → b) → Type _
Injective f = ∀ {x y} → f x ≡ f y → x ≡ y