mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
131 B
131 B
META
description=Simple boolean closure
type=repl
SOURCE
» (|x| !x)(True)
OUTPUT
False
PROBLEMS
NIL