shithub: MicroHs

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