shithub: MicroHs

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