class Emfrp::Typing::UnionType::UnifyError

Attributes

a[R]
b[R]

Public Class Methods

new(a, b) click to toggle source
# File lib/emfrp/typing/union_type.rb, line 6
def initialize(a, b)
  @a, @b = a, b
end