Skip to content

Commit 598d7d5

Browse files
committed
todo: peach
1 parent 413d423 commit 598d7d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/verbs.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,6 +1411,9 @@ pub fn v_d_scan(env: &mut Env, v: KW, x: K, y: K) -> Result<K> {
14111411

14121412
pub fn v_eachprior(env: &mut Env, v: KW, x: K) -> Result<K> {
14131413
match v {
1414+
ref f @ KW::Function { ref body, ref args, ref adverb } if args.len() == 1 => {
1415+
Err(RokError::Error("nyi: peach https://code.kx.com/q/basics/peach/".into()).into())
1416+
}
14141417
f @ KW::Verb { .. } | f @ KW::Function { .. } => {
14151418
k_to_vec(x).map(|v| {
14161419
let first: &K = &v[0];

0 commit comments

Comments
 (0)