Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
schanzer committed Dec 9, 2015
1 parent 5d5663b commit ee390cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var compiler = require('./compiler');
(function() {
'use strict';
//////////////////////////////////// UTILITY FUNCTIONS //////////////////////////////
function isVector(x) { return types.isVector(x); }
function isVector(x) { return types.isVector(x.val); }
function isString(x) { return types.isString(x.val); }
function isSymbol(x) { return x instanceof symbolExpr; }
function isLiteral(x) { return x instanceof literal; }
Expand Down

0 comments on commit ee390cd

Please sign in to comment.