aboutsummaryrefslogtreecommitdiff
path: root/Data/Setoid.agda
diff options
context:
space:
mode:
Diffstat (limited to 'Data/Setoid.agda')
-rw-r--r--Data/Setoid.agda8
1 files changed, 8 insertions, 0 deletions
diff --git a/Data/Setoid.agda b/Data/Setoid.agda
new file mode 100644
index 0000000..454d276
--- /dev/null
+++ b/Data/Setoid.agda
@@ -0,0 +1,8 @@
+{-# OPTIONS --without-K --safe #-}
+
+module Data.Setoid where
+
+open import Relation.Binary using (Setoid)
+open import Function.Construct.Setoid using () renaming (setoid to infixr 0 _⇒ₛ_) public
+
+open Setoid renaming (Carrier to ∣_∣) public