class School::TraceNode
- School::TraceNode
- School::Trace
- Reference
- Object
Overview
A node in a trace.
Defined in:
school/rule/pattern.crschool/utils/trace.cr
Instance Method Summary
- #condition(pattern : BasePattern)
- #fact(fact, before : Bindings, after : Bindings)
-
#fail
Indicates a failed match.
- #match(bindings : Bindings)
- #nest
-
#succeed
Indicates a successful match.