Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Function and implementation to find association files for an identified test root file.
Synopsis
- getAssoc :: CandidateFile -> Separators -> [NamedParamMatch] -> [(String, FileSuffix)] -> [CandidateFile] -> LogicI [(String, CandidateFile)]
Documentation
getAssoc :: CandidateFile -> Separators -> [NamedParamMatch] -> [(String, FileSuffix)] -> [CandidateFile] -> LogicI [(String, CandidateFile)] Source #
For a specific NamedParamMatch, find all associated files having the rootMatch plus the named parameter values (in the same order but with any combination of separators) and the specified suffix match.