]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/parsing/parser/SCLPostLexer.java
New type class MonadE and corresponding monad syntax with edo keyword
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / parsing / parser / SCLPostLexer.java
index a2253d8b7bc001cc7d0889a5ab69a0a5885e7922..9598f49d56860c46c32ddf4d3b5b9db41d0bf168 100644 (file)
@@ -30,6 +30,7 @@ public class SCLPostLexer {
         INDENTABLE.add(SCLTerminals.WITH);
         INDENTABLE.add(SCLTerminals.DO);
         INDENTABLE.add(SCLTerminals.MDO);
+        INDENTABLE.add(SCLTerminals.EDO);
         INDENTABLE.add(SCLTerminals.LET);
         INDENTABLE.add(SCLTerminals.ENFORCE);
         INDENTABLE.add(SCLTerminals.WHEN);