shithub: MicroHs

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