I would like to have a function with the following signature
ListTable Expr (f Expr) -> f Expr -> Expr Bool
which checks whether the second argument is contained in the list table.
Is this something which is achievable with the provided API? How could I do that?