shithub: MicroHs

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