shithub: MicroHs

ref: 7c11bb42d970a1cabcd2279b50dae2f17992d28c
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]