shithub: MicroHs

ref: 0424d9cae9e87a6c3d3ecd6d5d8e36fbac1892af
dir: /lib/Data/Char_Type.hs/

View raw version
module Data.Char_Type(Char, String) where
import Prelude()              -- do not import Prelude
import Primitives
import Data.List_Type

type String = [Char]