Skip to content

WebDSL-UI-sig.stx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
module 

imports
  signatures/WebDSL-Action-sig
  signatures/WebDSL-Attributes-sig
  signatures/WebDSL-Core-sig
  signatures/WebDSL-Lexical-sig
  signatures/WebDSL-XML-sig

signature

  sorts
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     = string
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     = string
    
    
    
    
    
    
    
    
    
    

  constructors
    TemplateDefinition-Plhdr : TemplateDefinition
    Modifier-Plhdr : Modifier
    TemplateElement-Plhdr : TemplateElement
    OptFilter-Plhdr : OptFilter
    PageCall-Plhdr : PageCall
    TemplateCall-Plhdr : TemplateCall
    PropertyAssignment-Plhdr : PropertyAssignment
    TemplateArgExp-Plhdr : TemplateArgExp
    TemplateCaseAlt-Plhdr : TemplateCaseAlt
    TemplateTypeCaseAlt-Plhdr : TemplateTypeCaseAlt
    OptTemplateArgs-Plhdr : OptTemplateArgs
    TemplateArg-Plhdr : TemplateArg
    OptLocalRedefineArgs-Plhdr : OptLocalRedefineArgs
    LocalRedefineArg-Plhdr : LocalRedefineArg
    VarDecl-Plhdr : VarDecl
    Filter-Plhdr : Filter
    OrderExp-Plhdr : OrderExp
    Limit-Plhdr : Limit
    ForSeparator-Plhdr : ForSeparator
    ElseIfTempl-Plhdr : ElseIfTempl
    OptElseTempl-Plhdr : OptElseTempl
    TemplateCaseAltExps-Plhdr : TemplateCaseAltExps
    OptTCallArgs-Plhdr : OptTCallArgs
    OptTCallPropAssigns-Plhdr : OptTCallPropAssigns
    TemplateBody-Plhdr : TemplateBody
    ArgDefine-Plhdr : ArgDefine
    ActionCallOrInline-Plhdr : ActionCallOrInline
    ActionCallOrInlineOrExp-Plhdr : ActionCallOrInlineOrExp
    PropertySubmitMultiple-Plhdr : PropertySubmitMultiple
    PropertySubmitExp-Plhdr : PropertySubmitExp
    ActionModifier-Plhdr : ActionModifier
    TemplateCallId-Plhdr : TemplateCallId
    FormalVarArg-Plhdr : FormalVarArg
    ExpVarArg-Plhdr : ExpVarArg
    ExpOrTemplateArg-Plhdr : ExpOrTemplateArg
    HTMLWrapper-Plhdr : HTMLWrapper
    HTMLWrapperAssigns-Plhdr : HTMLWrapperAssigns
    HTMLWrapperBody-Plhdr : HTMLWrapperBody
    HTMLWrapperAssign-Plhdr : HTMLWrapperAssign
    TemplateName-Plhdr : TemplateName

signature

  constructors
     : TemplateDefinition -> Definition
    Define : list(Modifier) * Id * OptFormalArgs * OptTemplateArgs * list(TemplateElement) -> TemplateDefinition
     : list(TemplateArg) -> OptTemplateArgs
    OptTemplateArgsNone : OptTemplateArgs
    TemplateArg : TemplateId * list(Sort) -> TemplateArg
    LocalRedefine : list(Modifier) * TemplateId * list(FormalArg) * TemplateId * OptLocalRedefineArgs -> TemplateDefinition
    OptLocalRedefineArgsNone : OptLocalRedefineArgs
    LocalRedefineArgs : list(LocalRedefineArg) -> OptLocalRedefineArgs
    LocalRedefineArg : Id -> LocalRedefineArg
    DefinePage : list(Modifier) * PageId * OptFormalArgs * OptTemplateArgs * list(TemplateElement) -> TemplateDefinition
     : list(Modifier) * TemplateId * OptFormalArgs * OptTemplateArgs * list(TemplateElement) -> TemplateDefinition
    DefineEmail : list(Modifier) * Id * OptFormalArgs * OptTemplateArgs * list(TemplateElement) -> TemplateDefinition
     : Modifier
    Email : Modifier
     : Modifier
     : Modifier
    Feed : Modifier
    Local : Modifier
    NoSpan : Modifier
    TemplateModSpan : Modifier
    TemplateModInline : Modifier
    TempateModSecure : Modifier
    TemplateModNotSecure : Modifier
     : Modifier
    TemplateDeprecated : Modifier
    ExpireCache : Modifier
    ReadOnlyPage : Modifier
     : Modifier
     : Block -> TemplateElement
    Action2TemplateElement : Action -> TemplateElement
    TemplateVarDecl : VarId * Sort -> VarDecl
    TemplateVarDeclDepr : VarId * Sort -> VarDecl
    TemplateVarDeclInit : VarId * Sort * Exp -> VarDecl
    TemplateVarDeclInitDepr : VarId * Sort * Exp -> VarDecl
    TemplateVarDeclInitInferred : VarId * Exp -> VarDecl
    TemplateVarDeclInitInferredDepr : VarId * Exp -> VarDecl
     : VarDecl -> TemplateElement
    RequestScopeTemplate : VarDecl -> TemplateElement
    LocalScopeTemplate : VarDecl -> TemplateElement
    TemplateDefinition2TemplateElement : TemplateDefinition -> TemplateElement
    TemplateCall2TemplateElement : TemplateCall -> TemplateElement
    FilterNoOrderByNoLimit : Exp -> Filter
    FilterNoWhereNoLimit : list(OrderExp) -> Filter
    FilterNoLimit : Exp * list(OrderExp) -> Filter
    FilterNoOrderBy : Exp * Limit -> Filter
    FilterNoWhere : list(OrderExp) * Limit -> Filter
    FilterNoWhereNoOrderBy : Limit -> Filter
    Filter : Exp * list(OrderExp) * Limit -> Filter
    OrderNonSpecific : Exp -> OrderExp
    OrderAscending : Exp -> OrderExp
    OrderDescending : Exp -> OrderExp
    Limit : Exp * Exp -> Limit
    LimitNoOffset : Exp -> Limit
    LimitNoLimit : Exp -> Limit
     : Filter -> OptFilter
    OptFilterNone : OptFilter
    For : VarId * Sort * Exp * OptFilter * list(TemplateElement) * ForSeparator -> TemplateElement
    ForInferred : VarId * Exp * OptFilter * list(TemplateElement) * ForSeparator -> TemplateElement
    ForAll : VarId * Sort * OptFilter * list(TemplateElement) * ForSeparator -> TemplateElement
    ForCount : VarId * Exp * Exp * list(TemplateElement) * ForSeparator -> TemplateElement
     : list(TemplateElement) -> ForSeparator
    ForSeparatorNone : ForSeparator
    IfTempl : Exp * list(TemplateElement) * list(TemplateElement) -> TemplateElement
    IfNoElseTempl : Exp * list(TemplateElement) -> TemplateElement
    IfElseIfTempl : Exp * list(TemplateElement) * list(ElseIfTempl) * OptElseTempl -> TemplateElement
    OptElseTemplNone : OptElseTempl
    ElseTempl : list(TemplateElement) -> OptElseTempl
    ElseIfTempl : Exp * list(TemplateElement) -> ElseIfTempl
    TemplateCase : list(Exp) * list(TemplateCaseAlt) -> TemplateElement
    TemplateCaseAlt : TemplateCaseAltExps * list(TemplateElement) -> TemplateCaseAlt
    TemplateCaseAltDefault : list(TemplateElement) -> TemplateCaseAlt
    TemplateTypeCase : Exp * OptTypeAlias * list(TemplateTypeCaseAlt) -> TemplateElement
    TemplateTypeCaseAlt : Sort * list(TemplateElement) -> TemplateTypeCaseAlt
    TemplateTypeCaseDefault : list(TemplateElement) -> TemplateTypeCaseAlt
    TemplateCaseExps : list(Exp) -> TemplateCaseAltExps
     : TemplateCallId * OptTCallArgs * OptTCallPropAssigns * TemplateBody -> TemplateCall
     : list(TemplateArgExp) -> OptTCallArgs
    OptTCallArgsNone : OptTCallArgs
     : Exp -> TemplateArgExp
    TemplateElementsArgument : list(TemplateElement) -> TemplateArgExp
     : list(PropertyAssignment) -> OptTCallPropAssigns
    OptTCallPropAssignsNone : OptTCallPropAssigns
     : list(TemplateElement) -> TemplateBody
    TemplateBodyNone : TemplateBody
    TemplateWith : list(ArgDefine) -> TemplateBody
    ArgDefine : TemplateCallId * list(FormalArg) * list(TemplateElement) -> ArgDefine
    NavigateCallParenthesesNoProps : PageCall * list(TemplateElement) -> TemplateElement
    NavigateCallParentheses : PageCall * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    NavigateCallNoProps : PageCall * list(TemplateElement) -> TemplateElement
    NavigateCall : PageCall * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    PageCall : PageId * list(Exp) -> PageCall
    SubmitActionNoProps : Exp * ActionCallOrInline -> TemplateElement
    SubmitAction : Exp * ActionCallOrInline * list(PropertyAssignment) -> TemplateElement
    SubmitLinkActionNoProps : Exp * ActionCallOrInline -> TemplateElement
    SubmitLinkAction : Exp * ActionCallOrInline * list(PropertyAssignment) -> TemplateElement
    SubmitNoProps : Exp * ActionCallOrInline -> TemplateElement
    Submit : Exp * ActionCallOrInline * list(PropertyAssignment) -> TemplateElement
    SubmitLinkNoProps : Exp * ActionCallOrInline -> TemplateElement
    SubmitLink : Exp * ActionCallOrInline * list(PropertyAssignment) -> TemplateElement
    SubmitElemNoProps : ActionCallOrInline * list(TemplateElement) -> TemplateElement
    SubmitElem : ActionCallOrInline * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    SubmitLinkElemNoProps : ActionCallOrInline * list(TemplateElement) -> TemplateElement
    SubmitLinkElem : ActionCallOrInline * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    DownloadLinkNoProps : ActionCallOrInline * list(TemplateElement) -> TemplateElement
    DownloadLink : ActionCallOrInline * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    OutputImageNoProps : ActionCallOrInline * list(TemplateElement) -> TemplateElement
    OutputImage : ActionCallOrInline * list(PropertyAssignment) * list(TemplateElement) -> TemplateElement
    ActionCall : ThisCall -> ActionCallOrInline
    InlineAction : Block -> ActionCallOrInline
    PropertySubmitColon : SubmitProp * ActionCallOrInlineOrExp -> PropertyAssignment
    PropertySubmitAssign : SubmitProp * ActionCallOrInlineOrExp -> PropertyAssignment
    PropertySubmit : SubmitProp * ActionCallOrInlineOrExp -> PropertyAssignment
    PropertyAssignmentColon : PropertyAssignmentId * Exp -> PropertyAssignment
    PropertyAssignmentAssign : PropertyAssignmentId * Exp -> PropertyAssignment
    PropertyAssignment : PropertyAssignmentId * Exp -> PropertyAssignment
    TemplateCallPropertyAjax : PropertyAssignment
    TemplateCallPropertyNoLoadingFeedback : PropertyAssignment
    TemplateCallPropertySecure : PropertyAssignment
    TemplateCallPropertyIgnoreValidation : PropertyAssignment
    TemplateCallPropertyNotSecure : PropertyAssignment
    TemplateCallPropertyNotNull : PropertyAssignment
    CommonAttribute2PropertyAssignment : CommonAttribute -> PropertyAssignment
    PropertySubmitMultiple2PropertyAssignment : PropertySubmitMultiple -> PropertyAssignment
    PropertySubmitMultiple : SubmitProp * list(ActionCallOrInlineOrExp) -> PropertySubmitMultiple
    ActionCallOrInline : ActionCallOrInline -> ActionCallOrInlineOrExp
    ActionCallOrInlineExp : PropertySubmitExp -> ActionCallOrInlineOrExp
    PropertySubmitExp : Exp -> PropertySubmitExp
    OutputShorthand2TemplateElement : OutputShorthand -> TemplateElement
    Text : list(StringPart) -> TemplateElement
    GlobalInit : Block -> Definition
    DataBindAction : Block -> TemplateElement
    RenderAction : Block -> TemplateElement
    AllPhasesAction : Block -> TemplateElement
    ValidateAction : Block -> TemplateElement
     : list(ActionModifier) * Id * OptFormalArgs * Block -> Action
    ActionModifierIgnoreValidation : ActionModifier
    QualifiedElementsCall : TemplateId -> TemplateCallId
     : TemplateId -> TemplateCallId
    TemplateVarArgSort : list(FormalVarArg) -> Sort
    FormalVarArg : Id * Sort -> FormalVarArg
    MemberTemplateCall : Id * TemplateCall -> TemplateCall
    TemplateVarArgExp : list(ExpVarArg) -> Exp
    ExpVarArgFor : Id * Sort * Exp * OptFilter * list(ExpVarArg) -> ExpVarArg
    ExpVarArgForInferred : Id * Exp * OptFilter * list(ExpVarArg) -> ExpVarArg
    ExpVarArgForAll : Id * Sort * OptFilter * list(ExpVarArg) -> ExpVarArg
    ExpVarArgForCount : Id * Exp * Exp * list(ExpVarArg) -> ExpVarArg
    ExpVarArg : list(ExpOrTemplateArg) -> ExpVarArg
    ExpVarArgExp : Exp -> ExpOrTemplateArg
    ExpVarArgElements : list(TemplateElement) -> ExpOrTemplateArg
    HTMLWrapper : HTMLWrapperBody -> HTMLWrapper
    HTMLWrapperAssigns : list(HTMLWrapperAssign) -> HTMLWrapperAssigns
    HTMLWrapperAssignsNone : HTMLWrapperAssigns
    HTMLWrapperAssign : Attribute -> HTMLWrapperAssign
    HTMLWrapperAssignComma : Attribute -> HTMLWrapperAssign
    HTMLWrapper2TemplateDefinition : HTMLWrapper -> TemplateDefinition
    HTMLWrapperMultiple : list(HTMLWrapperBody) -> TemplateDefinition
    HTMLWrapperBody : Id * Id * HTMLWrapperAssigns -> HTMLWrapperBody
    TemplateName : TemplateName
    TemplateName2Exp : TemplateName -> Exp