Type error: error: unbound variable ``_``
 --> <current file>:1:47
  |
1 | assert : (\(_: Bool) -> _) === (\(x: Bool) -> _)
  |                                               ^ not found in this scope
  |
