Atom - Ạ
- All
Characters: Ạ
Arity: monadic
This atom is monadic, which means it takes one argument.
Functionality
Given a list, return 0
if it contains a falsy value, and 1
otherwise.
Details
Empty lists are vacuously true (as they do not contain a falsy value) and return 1
.