shithub: MicroHs

ref: 8f1cae8431f8dd21bb981650c7c3f95d208cc5f8
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]