packages feed

agda2hs-1.3: lib/Haskell/Law/Def.agda

module Haskell.Law.Def where

open import Haskell.Prim

Injective : (a → b) → Set _
Injective f = ∀ {x y} → f x ≡ f y → x ≡ y