struct School::Context

Overview

Context for pattern matching operations.

Defined in:

school/rule/pattern.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bindings : Bindings, facts : Set(Fact)) #

[View source]

Instance Method Detail

def bindings : Bindings #

def clone #

[View source]
def copy_with(bindings _bindings = @bindings, facts _facts = @facts) #

[View source]
def facts : Set(Fact) #