shithub: MicroHs

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