shithub: MicroHs

ref: 48d806f9e0757baedb656b43a28dbb9af6e14b0b
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]