[honu] change -> to =

This commit is contained in:
Jon Rafkind 2012-08-03 19:26:46 -06:00
parent 40ead42f0f
commit dc3d06c7ae

View File

@ -2,8 +2,8 @@
operator gg 2 'left operator gg 2 'left
function(left right){ function(left right){
withSyntax left -> left, withSyntax left = left,
right -> right { right = right {
syntax(left * 2 - right) syntax(left * 2 - right)
} }
} }