aboutsummaryrefslogtreecommitdiff
path: root/lllars/parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lllars/parser.hs')
-rw-r--r--lllars/parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lllars/parser.hs b/lllars/parser.hs
index dfee007..f843849 100644
--- a/lllars/parser.hs
+++ b/lllars/parser.hs
@@ -87,7 +87,7 @@ call =
LarsCall
<$> ( string "larssral"
*> space
- *> ((string "lars" $> ReadCall) <|> (string "sral" $> WriteCall))
+ *> ((string "lars" $> WriteCall) <|> (string "sral" $> ReadCall))
)
write :: Parser Instr