shithub: MicroHs

ref: 1a7ea9fef2cd5912cc3bc9e93690aabc31221e52
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]