Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/koka/indents.scm')
| -rw-r--r-- | runtime/queries/koka/indents.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/koka/indents.scm b/runtime/queries/koka/indents.scm index 6045373d..e496f30b 100644 --- a/runtime/queries/koka/indents.scm +++ b/runtime/queries/koka/indents.scm @@ -1,9 +1,9 @@ [ - (appexpr ["[" "("]) ; Applications. + (opexpr [index: (arguments) call: (arguments)]) ; Applications. (atom ["[" "("]) ; Lists and tuples. - (program (moduledecl "{")) ; Braced module declarations. (funbody) (block) + (constructor) (handlerexpr) (opclausex) ] @indent |