shithub: MicroHs

ref: 655c36aaa717b5ce2bede4da418675102301280a
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]