shithub: MicroHs

ref: bfea4e5ee9483831dc316f728acc702b39c593ea
dir: /lib/Data/Char_Type.hs/

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

type String = [Char]