Rename facade and update code to deal with that.

This commit is contained in:
back2dos
2013-09-29 13:07:10 +02:00
parent 8dc700b434
commit fe51e127f2
9 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ package ;
import haxe.macro.Context;
import haxe.macro.Expr;
using tink.Macro;
using tink.MacroApi;
class Positions extends Base {
function stringCompare<A>(v1:A, v2:A)