packages feed

dhall-1.22.0: dhall-lang/tests/parser/failure/boundBuiltins.dhall

{-
    Builtin names are disallowed in bound variables.
    The grammar doesn't explicitely disallow this, but the implementation should
    refuse it. See the comments above the `nonreserved-label` rule.
-}
let Bool : Natural = 1 in Bool