shithub: MicroHs

ref: 8115958c9d88e87192d6f7ea3f8ba14e5e0d0ce3
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]