Happy !

NevenaMilojkovic / type-inference-heuristics

Project infos

License MIT
Tags
Creation date 2017-05-25
Website

Monticello registration

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.