shithub: MicroHs

ref: 2c3e86d06dce1c36827e4a5f9b0e456576152eac
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]