We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425d3e commit 0fbaafcCopy full SHA for 0fbaafc
README.md
@@ -499,7 +499,7 @@ Let's have a proper look at combinators' syntax and the available combinators ex
499
500
# Combinators
501
## Syntax
502
-In general combinators follow a common syntax :
+In general combinators follow a common syntax[^exception] :
503
504
- `Combinator :: Settings -> ComponentTree -> Component`
505
- `Settings :: *`
@@ -508,6 +508,8 @@ In general combinators follow a common syntax :
508
- `ContainerComponent:: Component`
509
- `ChildrenComponents :: Array<Component>`
510
511
+[^exception]: The `EFSM` combinator as of v0.4 is an exception to that rule.
512
+
513
## Combinator list
514
The proposed library has the following combinators :
515
0 commit comments