shithub: MicroHs

ref: b047dd65e0c62c2c6a8b019715aa5cff6fa39f7f
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]