aboutsummaryrefslogtreecommitdiff
path: root/Prelude/Char.agda
diff options
context:
space:
mode:
Diffstat (limited to 'Prelude/Char.agda')
-rw-r--r--Prelude/Char.agda12
1 files changed, 12 insertions, 0 deletions
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