packages feed

exference-1.6.0.0: environment/String.hs

module Data.String where

type String = [Data.Char.Char]

-- class IsString a where
--   fromString :: String -> a