summaryrefslogtreecommitdiff
path: root/src/Transfer/Core/Lex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Transfer/Core/Lex.hs')
-rw-r--r--src/Transfer/Core/Lex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Transfer/Core/Lex.hs b/src/Transfer/Core/Lex.hs
index f69fab590..0e6d39cac 100644
--- a/src/Transfer/Core/Lex.hs
+++ b/src/Transfer/Core/Lex.hs
@@ -88,7 +88,7 @@ eitherResIdent tv s = treeFind resWords
| s > a = treeFind right
| s == a = t
-resWords = b "in" (b "case" (b "Type" N N) (b "data" N N)) (b "of" (b "let" N N) (b "where" N N))
+resWords = b "let" (b "data" (b "case" (b "Type" N N) N) (b "in" N N)) (b "sig" (b "rec" (b "of" N N) N) (b "where" N N))
where b s = B s (TS s)
unescapeInitTail :: String -> String