shithub: MicroHs

ref: 1ddb87f544900f59d70e538d2ab0aa9fa7a65512
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]