[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / utils / CharSeq.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface CharSeq where
3 import PreludePS(_PackedString)
4 import Stdio(_FILE)
5 data CSeq 
6 cAppend :: CSeq -> CSeq -> CSeq
7 cAppendFile :: _FILE -> CSeq -> _State _RealWorld -> ((), _State _RealWorld)
8 cCh :: Char -> CSeq
9 cIndent :: Int -> CSeq -> CSeq
10 cInt :: Int -> CSeq
11 cNL :: CSeq
12 cNil :: CSeq
13 cPStr :: _PackedString -> CSeq
14 cShow :: CSeq -> [Char]
15 cStr :: [Char] -> CSeq
16