shithub: MicroHs

ref: 820ebb5f04f1c17c638d0c51f9957a8b78bbae08
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]