apigen-0.0.2: FFI API generator for several languages
Safe HaskellNone
LanguageHaskell2010

Apigen.Parser.SymbolTable

Documentation

type Name = ([Text], [Text]) Source #

type SId = Int Source #

type M s a = State (SIdToName, s) a Source #

renameM :: (Name -> Name) -> SId -> M s () Source #