Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Fix let parser (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion authored Jun 8, 2017
1 parent 81d2ef1 commit 3a4bb87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SqlSquare/Parser.purs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ letExpr
letExpr = let_ <|> queryExpr
where
let_ = PC.try do
operator ":"
i ← ident
operator ":="
bindTo ← expr
Expand Down

0 comments on commit 3a4bb87

Please sign in to comment.