typeChecker function

TypeChecker typeChecker(
  1. Type type
)

Implementation

TypeChecker typeChecker(Type type) => TypeChecker.fromRuntime(type);