Skip to content

Basic matching

Dmitry Krylov requested to merge dmalkr/basic-matching into master

Two methods for matching realised (see Language.Haskell.SourceMatch):

  • isStringMatchedToDecl for matching on strings;
  • isFileMatchedToDecl for matching on file;

Test for both functions provided.

Merge request reports