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

Tokstyle.Analysis.Types

Synopsis

Documentation

type FunctionName = Text Source #

A function name is just Text.

type NodeId = Int Source #

A unique identifier for a C AST node.

type Context = [NodeId] Source #

The call-string context, limited to depth k.

lookupOrError :: (Ord k, Show k) => String -> Map k a -> k -> a Source #

A safer version of !.