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/Char.agda | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Prelude/Char.agda (limited to 'Prelude/Char.agda') diff --git a/Prelude/Char.agda b/Prelude/Char.agda new file mode 100644 index 0000000..357e3f3 --- /dev/null +++ b/Prelude/Char.agda @@ -0,0 +1,12 @@ +module B.Prelude.Char where + +import Data.Char + +open Data.Char + using (Char) + public + +module Char where + open Data.Char + using (toNat) + public -- cgit v1.2.3