tokstyle-0.0.9: TokTok C code style checker
Safe HaskellNone
LanguageHaskell2010

Tokstyle.Analysis.Context

Synopsis

Documentation

pushContext :: Int -> NodeId -> Context -> Context Source #

Adds a new call site to a context, respecting the k-limit. Prepends the new node ID and then takes the first k elements.