shithub: MicroHs

ref: 6cf4c416de254582a67b0c5e5932847f03b0be21
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]