Made imports and using expressions to use CoreApi redefinitions.

This commit is contained in:
Eugene Griskov
2015-05-19 17:22:23 +01:00
parent 1a404103ca
commit f4bf23a66b
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ typedef Unops = tink.macro.Ops.Unary;
//TODO: consider adding stuff from haxe.macro.Expr here
typedef MacroOutcome<D, F> = tink.core.Outcome<D, F>;
typedef MacroOutcomeTools = tink.core.Outcome.OutcomeTools;
typedef MacroOutcomeTools = tink.OutcomeTools;
typedef Option<T> = haxe.ds.Option<T>;