# Functions
Contains returns true if needle is in haystack, it returns NoRecipeFoundError as an error if it cannot determinate how it can test if needle is in haystack.
# Type aliases
NoRecipeFoundError is an error that will be returned when there is no recipe found to check if needle is in an haystack.