mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00

Implements the new `module` header syntax as described in "module and package changes" [1]: ``` module [Request, Response, req] ``` The old syntax should still work fine, and is automatically upgraded to the new one when running `roc format`. [1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
40 lines
247 B
Text
40 lines
247 B
Text
"if"
|
|
"then"
|
|
"else"
|
|
"when"
|
|
"as"
|
|
"is"
|
|
"expect"
|
|
"dbg"
|
|
"implements"
|
|
|
|
"app"
|
|
"platform"
|
|
"package"
|
|
"provides"
|
|
"requires"
|
|
"exposes"
|
|
"imports"
|
|
"effects"
|
|
"interface"
|
|
|
|
"|>"
|
|
"=="
|
|
"!="
|
|
"&&"
|
|
"||"
|
|
"+"
|
|
"*"
|
|
"-"
|
|
"//"
|
|
"/"
|
|
"<="
|
|
"<"
|
|
">="
|
|
">"
|
|
"^"
|
|
"%"
|
|
":="
|
|
":"
|
|
"@"
|
|
"->"
|