hi, maybe a noob question but is nbb specific, so asking here. is it possible to implement IFn with deftype in nbb? I'm trying something like this, but getting an error
(deftype MyFn []
IFn
(invoke [this] "ok"))
;; Could not resolve symbol: invokecurrently this isn't possible unfortunately
will workaround that, thank you!