tokstyle-0.0.9: TokTok C code style checker
Safe HaskellSafe-Inferred
LanguageHaskell2010

Tokstyle.Analysis.AccessPath

Synopsis

Documentation

isPathPrefixOf :: AccessPath -> AccessPath -> Bool Source #

Check if the first path is a prefix of (or equal to) the second. e.g. "p" is a prefix of "p->f".