Drafts of code and markdown.

This commit is contained in:
2019-08-26 00:13:10 -07:00
parent d60d4e61bd
commit 918dfbe980
10 changed files with 335 additions and 14 deletions

View File

@@ -40,5 +40,5 @@ struct type_mgr {
void unify(type_ptr l, type_ptr r);
type_ptr resolve(type_ptr t, type_var*& var);
void bind(std::string s, type_ptr t);
void bind(const std::string& s, type_ptr t);
};