Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
This module contains the Relapse contains expressions.
Documentation
mkContainsExpr :: [AnyExpr] -> Either String AnyExpr Source #
mkContainsExpr dynamically creates a contains expression, if the two input types are:
- String and String where the second string is the possible substring.
- A List of :Strings, Ints or Uints paired with a String, Int or Uint respectively.