shithub: MicroHs

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