Explicit template function instantiation working

This commit is contained in:
Nathan Braswell
2018-10-10 00:39:04 -04:00
parent cbb720f1b0
commit 02424543fb
2 changed files with 43 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ adt ast {
_type_def: str,
_adt_def: str,
_function: triple<str, *binding<type>, bool>,
// needs to be a map that retains order
_template: pair<str, map<str, *binding<type>>>,
_declaration,
_block,