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/Maybe.agda | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Prelude/Maybe.agda (limited to 'Prelude/Maybe.agda') diff --git a/Prelude/Maybe.agda b/Prelude/Maybe.agda new file mode 100644 index 0000000..5b723db --- /dev/null +++ b/Prelude/Maybe.agda @@ -0,0 +1,12 @@ +module B.Prelude.Maybe where + +import Data.Maybe + +open Data.Maybe + using (Maybe; just; nothing; maybe; maybe′) + public + +module Maybe where + open Data.Maybe + using (from-just; is-just; is-nothing) + public -- cgit v1.2.3