shithub: MicroHs

ref: 17d673ba6cfa68e25d9cc3703905db371311ad2e
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]