see

Builtin coverage smoke

Insight

The compiled query selected 29 fact(s) after the rule closure was computed.
Main conclusion: :check :member “c”.

Selected conclusions:

Explanation

The generated JavaScript starts from 0 compiled source fact(s), applies 1 compiled rule(s), and stops only after a fixpoint is reached.
After saturation, the compiled log:query directive projects only the matching facts shown in the insight, rather than dumping the whole graph.

A compact derivation path is:

Evidence

These are the facts selected by the query projection.

:check :sum 9 .  
:check :product 24 .  
:check :difference 5 .  
:check :quotient 3 .  
:check :integerQuotient 2 .  
:check :remainder 1 .  
:check :negation -3 .  
:check :absoluteValue 3 .  
:check :degrees 180 .  
:check :stringLength 3 .  
:check :concatenation "abc" .  
:check :format "item x 7" .  
:check :scrape "ef" .  
:check :charAt "b" .  
:check :setCharAt "aZc" .  
:check :sha256 "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824" .  
:check :first "a" .  
:check :rest ("b" "c") .  
:check :last "c" .  
:check :listLength 3 .  
:check :reverse ("c" "b" "a") .  
:check :removed ("b") .  
:check :appended ("a" "b" "c") .  
:check :member "a" .  
:check :year 2024 .  
:check :month 1 .  
:check :formula { :x :p :y . :a :b :c } .  
:check :member "b" .  
:check :member "c" .