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/Sum.agda | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Prelude/Sum.agda (limited to 'Prelude/Sum.agda') diff --git a/Prelude/Sum.agda b/Prelude/Sum.agda new file mode 100644 index 0000000..4cc1491 --- /dev/null +++ b/Prelude/Sum.agda @@ -0,0 +1,12 @@ +module B.Prelude.Sum where + +import Data.Sum + +open Data.Sum + using (_⊎_; inj₁; inj₂; [_,_]; [_,_]′) + public + +module Sum where + open Data.Sum + using (isInj₁; isInj₂) + public -- cgit v1.2.3