roc/crates/compiler/test_syntax/tests/snapshots/pass/separate_defs.moduledefs.roc
Joshua Warner 4f32f43048
Implement block / indent based parsing
... and enforce that defs can only occur in blocks (or, inside parenthesized expressions)
2024-07-27 13:34:16 -07:00

7 lines
267 B
Text

App state initData : Html.Internal.Shared.App state initData
Html state : Html.Internal.Shared.Html state
Attribute state : Html.Internal.Shared.Attribute state
element = Html.Internal.Shared.element
text = Html.Internal.Shared.text
none = Html.Internal.Shared.none