View Source Retex.Fact.Isa (retex v0.1.12)

A type of thing that needs to exists in order for a Wme to activate part of a condition

Link to this section Summary

Link to this section Types

@type fields() :: [type: type(), variable: variable()]
@type t() :: %Retex.Fact.Isa{type: type(), variable: variable()}
@type type() :: String.t() | atom()
@type variable() :: String.t()

Link to this section Functions

@spec new(fields()) :: t()