Rule
Namespace: Yard.Core
Parent Module: IL
Nested types and modules
Type | Description |
t<'patt, 'expr> | t<'patt,'expr> - Type of rule. 'patt - type of attributes (arguments). 'expr - type of expressions in action code. Rule have the following format: [+]name<< metaArgs >>[args] : body; |
Functions and values
Function or value | Description |
defaultRule name body
Signature: name:t -> body:t<'?8170,'?8171> -> t<'?8170,'?8171>
Type parameters: '?8170, '?8171 |