summaryrefslogtreecommitdiff
path: root/src/Grasp/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Parser.hs')
-rw-r--r--src/Grasp/Parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Grasp/Parser.hs b/src/Grasp/Parser.hs
index 42af644..d22492a 100644
--- a/src/Grasp/Parser.hs
+++ b/src/Grasp/Parser.hs
@@ -136,7 +136,7 @@ edge = do
ident = do
- d <- some digit
+ d <- some (noneOf " \t\r\n")
inLineWhSp
return d