shithub: MicroHs

ref: 763763f37fb5d16de3c91da15bb604ec33d762ba
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]