shithub: MicroHs

ref: 5a6e20ca64a3a59cfef8d4bb9167e7c7532374e4
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]