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

Commit 3a4bb87

Browse files
authored
Fix let parser (#14)
1 parent 81d2ef1 commit 3a4bb87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SqlSquare/Parser.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ letExpr
125125
letExpr = let_ <|> queryExpr
126126
where
127127
let_ = PC.try do
128-
operator ":"
129128
i ← ident
130129
operator ":="
131130
bindTo ← expr

0 commit comments

Comments
 (0)