struct

PatternMatching::MatchResult

Inherits Struct < Value < Object

Pattern match result contains the bindings and any matched atoms

Constructors

new(bindings : VariableBinding, matched_atoms : Array(AtomSpace::Atom))

Instance methods

bindings
empty?
matched_atoms
success?
to_s(io)