summaryrefslogtreecommitdiff
path: root/src/Obs/Parser.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Obs/Parser.idr')
-rw-r--r--src/Obs/Parser.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Obs/Parser.idr b/src/Obs/Parser.idr
index fbd1252..67446bf 100644
--- a/src/Obs/Parser.idr
+++ b/src/Obs/Parser.idr
@@ -102,7 +102,7 @@ obsTokenMap = toTokenMap [(newline, OTNewline), (spaces, OTIgnore)] ++
Nothing => Tok OTIdent s)
] ++ toTokenMap
[ (digits, OTNat)
- , (exact "_", OTPoint)
+ , (exact "*", OTPoint)
, (exact "(", OTPOpen)
, (exact ")", OTPClose)
, (exact "=", OTEqual)