shithub: MicroHs

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