shithub: MicroHs

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