module TypeChecker(T)

Defined in:

typechecker.cr

Class Method Summary

Class Method Detail

def self.assert(operand : Types::ValidType) #

Asserts that operand is the provided type


[View source]
def self.assert_operands(left : Types::ValidType, right : Types::ValidType) #

Asserts that both left and right are the same provided type


[View source]