better_panics #16
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@ludus/ludus-js-pure",
|
"name": "@ludus/ludus-js-pure",
|
||||||
"version": "0.1.0-alpha.7.7",
|
"version": "0.1.0-alpha.7.8",
|
||||||
"description": "A Ludus interpreter in a pure JS function.",
|
"description": "A Ludus interpreter in a pure JS function.",
|
||||||
"main": "target/js/ludus.js",
|
"main": "target/js/ludus.js",
|
||||||
"directories": {},
|
"directories": {},
|
||||||
|
|
|
@ -428,7 +428,7 @@
|
||||||
(not (= 1 length))
|
(not (= 1 length))
|
||||||
(throw (ex-info "Called keywords must be unary" {:ast tuple}))
|
(throw (ex-info "Called keywords must be unary" {:ast tuple}))
|
||||||
|
|
||||||
(partial? tuple)
|
(partial? members)
|
||||||
(throw (ex-info "Called keywords may not be partially applied" {:ast tuple}))
|
(throw (ex-info "Called keywords may not be partially applied" {:ast tuple}))
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
(comment
|
(comment
|
||||||
(def source "
|
(def source "
|
||||||
|
|
||||||
a b c
|
:a (_)
|
||||||
|
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user