shithub: MicroHs

ref: 29c4cb296e5a41beeb2e093bb0a74db79fd679a0
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]