Module BuiltIns (.ml)

module BuiltIns: sig .. end
Built in classes

val built_in_classes : Ast.class_def list
The list of built in classes and their methods
val is_built_in : string -> bool
Return whether a class is built in or not
Parameters:
name : string