carp-lang / Carp

A statically typed lisp, without a GC, for real-time applications.
Apache License 2.0
5.52k stars 173 forks source link

Fix for #1437 #1438

Open AZMCode opened 1 year ago

AZMCode commented 1 year ago

Just added a reference to both the function signature for the predicate, and the actual value passed in.

eriksvedang commented 1 year ago

Thanks for the contribution!