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/String.agda | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Prelude/String.agda (limited to 'Prelude/String.agda') diff --git a/Prelude/String.agda b/Prelude/String.agda new file mode 100644 index 0000000..24fb3e2 --- /dev/null +++ b/Prelude/String.agda @@ -0,0 +1,12 @@ +module B.Prelude.String where + +import Data.String + +open Data.String + using (String; unlines) + public + +module String where + open Data.String + using (_++_; fromList; toCostring; toList; toVec) + public -- cgit v1.2.3