From 3db42fabef4833cb0193ce4605e43dc0254aa7b2 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 22 Apr 2015 01:09:16 -0400 Subject: Initial commit of B --- Prelude/Product.agda | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Prelude/Product.agda (limited to 'Prelude/Product.agda') diff --git a/Prelude/Product.agda b/Prelude/Product.agda new file mode 100644 index 0000000..4732281 --- /dev/null +++ b/Prelude/Product.agda @@ -0,0 +1,9 @@ +module B.Prelude.Product where + +import Data.Product + +open Data.Product + using (_×_; proj₁; proj₂; _,_; _,′_; curry; uncurry; uncurry′) + public + +module Product where -- cgit v1.2.3