ajhc-0.8.0.5: Haskell compiler that produce binary through C language

Safe HaskellNone

FrontEnd.SrcLoc

Contents

Synopsis

Documentation

located :: HasLocation a => a -> x -> Located xSource

class MonadSrcLoc m => MonadSetSrcLoc m whereSource

Methods

withSrcLoc :: SrcLoc -> m a -> m aSource

withSrcSpan :: SrcSpan -> m a -> m aSource

withLocation :: (HasLocation l, MonadSetSrcLoc m) => l -> m a -> m aSource

Generated by DrIFT : Look, but Don't Touch. *