X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=scheme-primitives.4th;h=b347d8add9b005cb67e2d92d10bc43412daa0b81;hb=13e038552e84df8c480b101b09e4c5a650bad2d0;hp=9afc2c2c1e6f75c12c625ede194aeb6ec7179523;hpb=0bef27a3e92222d3024396ee4f37b243d4f8ef18;p=scheme.forth.jl.git diff --git a/scheme-primitives.4th b/scheme-primitives.4th index 9afc2c2..b347d8a 100644 --- a/scheme-primitives.4th +++ b/scheme-primitives.4th @@ -45,7 +45,7 @@ :noname ( args -- boolobj ) 2dup 1 ensure-arg-count - car primitive-type istype? -rot 2drop boolean-type + car primitive-proc-type istype? -rot 2drop boolean-type ; make-primitive procedure? ( = Type conversions = )