[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / basicTypes / SrcLoc.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface SrcLoc where
3 import Outputable(Outputable)
4 import PreludePS(_PackedString)
5 data SrcLoc 
6 mkBuiltinSrcLoc :: SrcLoc
7 mkGeneratedSrcLoc :: SrcLoc
8 mkSrcLoc :: _PackedString -> _PackedString -> SrcLoc
9 mkSrcLoc2 :: _PackedString -> Int -> SrcLoc
10 mkUnknownSrcLoc :: SrcLoc
11 unpackSrcLoc :: SrcLoc -> (_PackedString, _PackedString)
12 instance Outputable SrcLoc
13