shithub: MicroHs

ref: 0b5ebea7268da216f2cfe734c5ecbf4283c4ce64
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]