Happy !
NevenaMilojkovic / type-inference-heuristics
About type-inference-heuristics
To load type inference as a tool, execute the following Gofer script in Pharo:
Gofer new
url: 'http://smalltalkhub.com/mc/NevenaMilojkovic/type-inference-heuristics/main';
package: 'ConfigurationOfTypeInferenceHeuristics';
load.
(Smalltalk at: #ConfigurationOfTypeInferenceHeuristics) loadDevelopment.
To load type inference for the assessment, execute:
Gofer new
url: 'http://smalltalkhub.com/mc/NevenaMilojkovic/type-inference-heuristics/main';
package: 'ConfigurationOfTypeInferenceHeuristicsAssessment';
load.
(Smalltalk at: #ConfigurationOfTypeInferenceHeuristicsAssessment) loadDevelopment.
