-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.lock
972 lines (972 loc) · 51.2 KB
/
version.lock
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
{
"buildHash": "4537a041405f73ef43ef20a07db39902",
"jsApi": {
"apiInstances": [],
"apiAliases": {},
"apiInterfaces": {},
"apiNames": {
"KEY_6": "Key",
"tfoot": "List (Attribute a) -> List (Element a) -> Element a",
"getPathName": "a -> String",
"progress": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F24": "Key",
"KEY_V": "Key",
"novalidate": "Boolean -> Attribute a",
"onWaiting": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"formAttr": "String -> Attribute a",
"KEY_PREVIOUS": "Key",
"KEY_F14": "Key",
"KEY_COLON": "Key",
"KEY_U_GRAVE_ACCENT": "Key",
"a": "List (Attribute a) -> List (Element a) -> Element a",
"key": "String -> Attribute a",
"KEY_NUM_LOCK": "Key",
"onContextMenu": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"bdi": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_PERIOD": "Key",
"srcset": "String -> Attribute a",
"onCanPlay": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"noscript": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_M": "Key",
"KEY_GNOME_COMPOSE": "Key",
"onPlay": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"syncAction": "(a -> Event -> a) -> a -> Event -> List (Wish (a -> a) (a -> a))",
"KEY_DELETE": "Key",
"onDragLeave": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_ANY": "Key",
"rowspan": "Integer -> Attribute a",
"samp": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_EMAIL": "Key",
"src": "String -> Attribute a",
"h1": "List (Attribute a) -> List (Element a) -> Element a",
"name": "String -> Attribute a",
"caption": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_RIGHT_ARROW": "Key",
"KEY_AT": "Key",
"onKeyDown": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onMouseDown": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"object": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F19": "Key",
"figure": "List (Attribute a) -> List (Element a) -> Element a",
"h6": "List (Attribute a) -> List (Element a) -> Element a",
"rtc": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_G": "Key",
"KEY_BRACKET_LEFT": "Key",
"section": "List (Attribute a) -> List (Element a) -> Element a",
"del": "List (Attribute a) -> List (Element a) -> Element a",
"param": "List (Attribute a) -> List (Element a) -> Element a",
"meta": "List (Attribute a) -> List (Element a) -> Element a",
"col": "List (Attribute a) -> List (Element a) -> Element a",
"onVolumeChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"colspan": "Integer -> Attribute a",
"required": "Boolean -> Attribute a",
"code": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F31": "Key",
"header": "List (Attribute a) -> List (Element a) -> Element a",
"hgroup": "List (Attribute a) -> List (Element a) -> Element a",
"onSelect": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"headers": "String -> Attribute a",
"KEY_NUMPAD_1": "Key",
"KEY_DIVIDE": "Key",
"picture": "List (Attribute a) -> List (Element a) -> Element a",
"tabindex": "Integer -> Attribute a",
"aside": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F28": "Key",
"method": "Method -> Attribute a",
"blockquote": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_Z": "Key",
"KEY_F1": "Key",
"onTimeUpdate": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"selected": "Boolean -> Attribute a",
"KEY_MUTE_UNMUTE": "Key",
"KEY_1": "Key",
"textarea": "List (Attribute a) -> List (Element a) -> Element a",
"rel": "String -> Attribute a",
"KEY_SELECT": "Key",
"KEY_SEMI_COLON": "Key",
"onBeforePrint": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_BACK_TICK": "Key",
"switchRoute": "List #[String, { searchParams :: Dictionary String String, urlParams :: Dictionary String String } -> Element a] -> Element a",
"for": "String -> Attribute a",
"datalist": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F23": "Key",
"renderWithConfig": "{ globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> (a -> Element a) -> a -> String -> {}",
"onTransitionCancel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_Q": "Key",
"iframe": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_PRINT_SCREEN": "Key",
"onEmptied": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onInput": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"abbr": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_AIRPLANE_MODE": "Key",
"KEY_NEXT": "Key",
"KEY_F26": "Key",
"KEY_DECIMAL_POINT": "Key",
"onMouseLeave": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_T": "Key",
"cols": "Integer -> Attribute a",
"HashRouting": "RoutingKind",
"AbstractEvent": "{ bubbles :: Boolean, defaultPrevented :: Boolean, eventType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"menu": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HOME": "Key",
"maxlength": "Integer -> Attribute a",
"KEY_ALPHA_NUMERIC": "Key",
"KEY_4": "Key",
"onPaste": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onWheel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"button": "List (Attribute a) -> List (Element a) -> Element a",
"bdo": "List (Attribute a) -> List (Element a) -> Element a",
"fieldset": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_SLEEP": "Key",
"shadow": "List (Attribute a) -> List (Element a) -> Element a",
"throttleAction": "Integer -> (a -> Event -> List (Wish (a -> a) (a -> a))) -> a -> Event -> List (Wish (a -> a) (a -> a))",
"KEY_K": "Key",
"plaintext": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F12": "Key",
"DEFAULT_CONFIG": "{ globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"loop": "Boolean -> Attribute a",
"open": "Boolean -> Attribute a",
"low": "Integer -> Attribute a",
"sub": "List (Attribute a) -> List (Element a) -> Element a",
"audio": "List (Attribute a) -> List (Element a) -> Element a",
"max": "Integer -> Attribute a",
"ismap": "Boolean -> Attribute a",
"enctype": "String -> Attribute a",
"label": "List (Attribute a) -> List (Element a) -> Element a",
"rows": "Integer -> Attribute a",
"pattern": "String -> Attribute a",
"KEY_N": "Key",
"KEY_F17": "Key",
"KEY_EXCLAMATION_MARK": "Key",
"b": "List (Attribute a) -> List (Element a) -> Element a",
"h4": "List (Attribute a) -> List (Element a) -> Element a",
"muted": "Boolean -> Attribute a",
"wbr": "List (Attribute a) -> List (Element a) -> Element a",
"menuitem": "List (Attribute a) -> List (Element a) -> Element a",
"default": "Boolean -> Attribute a",
"KEY_EXECUTE": "Key",
"onOnline": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_FORWARD_SLASH": "Key",
"KEY_E": "Key",
"accept": "String -> Attribute a",
"list": "String -> Attribute a",
"i": "List (Attribute a) -> List (Element a) -> Element a",
"onProgress": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"dir": "String -> Attribute a",
"KEY_8": "Key",
"KEY_NUMPAD_3": "Key",
"onResize": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_ESZETT": "Key",
"tag": "String -> List (Attribute a) -> List (Element a) -> Element a",
"defer": "Boolean -> Attribute a",
"KEY_X": "Key",
"KEY_F3": "Key",
"start": "Integer -> Attribute a",
"onLoadedMetaData": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_HANJA": "Key",
"KEY_ALTGR": "Key",
"KEY_LEFT_ARROW": "Key",
"ul": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_4": "Key",
"KEY_DECREASE_VOLUME": "Key",
"onError": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_ALT": "Key",
"KEY_F4": "Key",
"KEY_LEFT_BACK_SLASH": "Key",
"s": "List (Attribute a) -> List (Element a) -> Element a",
"rt": "List (Attribute a) -> List (Element a) -> Element a",
"link": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_BACKSPACE": "Key",
"style": "Dictionary String String -> Attribute a",
"KEY_ASTERISK": "Key",
"kind": "String -> Attribute a",
"innerText": "String -> Attribute a",
"figcaption": "List (Attribute a) -> List (Element a) -> Element a",
"small": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HELP": "Key",
"KEY_F20": "Key",
"KEY_R": "Key",
"time": "List (Attribute a) -> List (Element a) -> Element a",
"summary": "List (Attribute a) -> List (Element a) -> Element a",
"onDragEnd": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"to": "String -> Attribute a",
"KEY_F9": "Key",
"onTransitionStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onRateChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"acceptCharset": "String -> Attribute a",
"ol": "List (Attribute a) -> List (Element a) -> Element a",
"onLoad": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_2": "Key",
"KEY_MUTE": "Key",
"KEY_NUMPAD_9": "Key",
"inputType": "String -> Attribute a",
"size": "Integer -> Attribute a",
"KEY_NUMBER_SIGN": "Key",
"contenteditable": "Boolean -> Attribute a",
"checked": "Boolean -> Attribute a",
"KEY_ARABIC_SEMI_COLON": "Key",
"onCanPlayThrough": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"autocomplete": "Boolean -> Attribute a",
"optimum": "Integer -> Attribute a",
"dd": "List (Attribute a) -> List (Element a) -> Element a",
"onClick": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"labelAttr": "String -> Attribute a",
"KEY_DOWN_ARROW": "Key",
"KEY_I": "Key",
"high": "Integer -> Attribute a",
"KEY_F10": "Key",
"form": "List (Attribute a) -> List (Element a) -> Element a",
"formaction": "String -> Attribute a",
"em": "List (Attribute a) -> List (Element a) -> Element a",
"spellcheck": "Boolean -> Attribute a",
"br": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_PLAY_PAUSE": "Key",
"target": "String -> Attribute a",
"cite": "List (Attribute a) -> List (Element a) -> Element a",
"details": "List (Attribute a) -> List (Element a) -> Element a",
"legend": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_BACK_SLASH": "Key",
"KEY_L": "Key",
"KEY_F15": "Key",
"thead": "List (Attribute a) -> List (Element a) -> Element a",
"spanAttr": "Integer -> Attribute a",
"id": "String -> Attribute a",
"KEY_PAGE_FORWARD": "Key",
"onMouseMove": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDragStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDragEnter": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"meter": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_C": "Key",
"InputEvent": "{ bubbles :: Boolean, data :: String, defaultPrevented :: Boolean, eventType :: String, inputType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, target :: { innerText :: String, value :: String }, timeStamp :: Integer } -> Event",
"onAfterPrint": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onPageHide": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_PAGE_BACKWARD": "Key",
"nav": "List (Attribute a) -> List (Element a) -> Element a",
"hr": "List (Attribute a) -> List (Element a) -> Element a",
"citeAttr": "String -> Attribute a",
"ruby": "List (Attribute a) -> List (Element a) -> Element a",
"h2": "List (Attribute a) -> List (Element a) -> Element a",
"span": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_C_CEDILLA": "Key",
"dirname": "String -> Attribute a",
"KEY_F": "Key",
"async": "Boolean -> Attribute a",
"input": "List (Attribute a) -> List (Element a) -> Element a",
"ins": "List (Attribute a) -> List (Element a) -> Element a",
"onSubmit": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"option": "List (Attribute a) -> List (Element a) -> Element a",
"width": "Integer -> Attribute a",
"KEY_CONVERSION": "Key",
"onDrop": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"className": "String -> Attribute a",
"dialog": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_UNLOCK_TRACK_PAD": "Key",
"KEY_CLEAR": "Key",
"KEY_F6": "Key",
"KEY_PRINT": "Key",
"q": "List (Attribute a) -> List (Element a) -> Element a",
"select": "List (Attribute a) -> List (Element a) -> Element a",
"canvas": "List (Attribute a) -> List (Element a) -> Element a",
"onSeeking": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onKeyUp": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onBlur": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"readonly": "Boolean -> Attribute a",
"KEY_NUMPAD_6": "Key",
"step": "Integer -> Attribute a",
"onPause": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_P": "Key",
"footer": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_XF86_BACKWARD": "Key",
"KEY_EQUAL": "Key",
"onKeyPress": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"autoplay": "Boolean -> Attribute a",
"title": "List (Attribute a) -> List (Element a) -> Element a",
"source": "List (Attribute a) -> List (Element a) -> Element a",
"dataAttr": "String -> Attribute a",
"KEY_0": "Key",
"onPageShow": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_SPACE": "Key",
"getUrl": "a -> String",
"onBeforeUnload": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"address": "List (Attribute a) -> List (Element a) -> Element a",
"min": "Integer -> Attribute a",
"KEY_F22": "Key",
"KEY_QUESTION_MARK": "Key",
"KEY_CIRCONFLEX": "Key",
"controls": "Boolean -> Attribute a",
"shape": "String -> Attribute a",
"reversed": "Boolean -> Attribute a",
"onMouseEnter": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_SUBSTRACT": "Key",
"innerHTML": "String -> Attribute a",
"preload": "String -> Attribute a",
"onSuspend": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"hidden": "Boolean -> Attribute a",
"KEY_7": "Key",
"KEY_ADD": "Key",
"autofocus": "Boolean -> Attribute a",
"render": "(a -> Element a) -> a -> String -> {}",
"srcdoc": "String -> Attribute a",
"onTransitionEnd": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"accessKey": "String -> Attribute a",
"onScroll": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_XF86_FORWARD": "Key",
"KEY_F25": "Key",
"onUrlChanged": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onMouseOut": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_W": "Key",
"titleAttr": "String -> Attribute a",
"onReset": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"output": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_J": "Key",
"onStalled": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F13": "Key",
"scope": "String -> Attribute a",
"poster": "String -> Attribute a",
"altAttribute": "String -> Attribute a",
"KeyboardEvent": "{ altKey :: Boolean, bubbles :: Boolean, ctrlKey :: Boolean, defaultPrevented :: Boolean, eventType :: String, key :: Key, preventDefault :: {} -> {}, shiftKey :: Boolean, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"dl": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_COMMA": "Key",
"KEY_A": "Key",
"KEY_F18": "Key",
"div": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_INCREASE_VOLUME": "Key",
"forRoute": "String -> ({ searchParams :: Dictionary String String, urlParams :: Dictionary String String } -> Element a) -> Element a",
"onCopy": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDrag": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_D": "Key",
"PopStateEvent": "{ bubbles :: Boolean, defaultPrevented :: Boolean, eventType :: String, path :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer, url :: String } -> Event",
"KEY_PERIOD": "Key",
"KEY_TILDE": "Key",
"onSearch": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"MouseEvent": "{ bubbles :: Boolean, clientX :: Integer, clientY :: Integer, defaultPrevented :: Boolean, eventType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"main": "List (Attribute a) -> List (Element a) -> Element a",
"addSubscription": "(((a -> a) -> {}) -> {}) -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"onOffline": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_UP_ARROW": "Key",
"onMouseOver": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_CMD": "Key",
"h5": "List (Attribute a) -> List (Element a) -> Element a",
"onDblClick": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"colgroup": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_LEFT_CHEVRON": "Key",
"onInvalid": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"action": "String -> Attribute a",
"wrap": "String -> Attribute a",
"KEY_BREAK": "Key",
"rp": "List (Attribute a) -> List (Element a) -> Element a",
"slot": "List (Attribute a) -> List (Element a) -> Element a",
"lang": "String -> Attribute a",
"KEY_F30": "Key",
"disabled": "Boolean -> Attribute a",
"KEY_STOP": "Key",
"KEY_NUMPAD_0": "Key",
"multiple": "Boolean -> Attribute a",
"KEY_F29": "Key",
"KEY_F5": "Key",
"KEY_PAUSE": "Key",
"dfn": "List (Attribute a) -> List (Element a) -> Element a",
"strong": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_INSERT": "Key",
"href": "String -> Attribute a",
"table": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HIRAGANA_KATAKANA": "Key",
"KEY_PAGE_DOWN": "Key",
"addGlobalEventHandler": "GlobalAction a -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"onCueChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"sizes": "String -> Attribute a",
"KEY_NUMPAD_5": "Key",
"hreflang": "String -> Attribute a",
"onDragOver": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDocumentLoad": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onAbort": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_TOGGLE_TOUCH_PAD": "Key",
"KEY_GRAVE_ACCENT": "Key",
"KEY_DASH": "Key",
"KEY_5": "Key",
"pre": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CAPS_LOCK": "Key",
"empty": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F27": "Key",
"KEY_CMD_RIGHT": "Key",
"onLoadStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_U": "Key",
"every": "Integer -> (a -> a) -> ((a -> a) -> {}) -> {}",
"th": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_H": "Key",
"area": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F11": "Key",
"onToggle": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_HANGUL": "Key",
"KEY_ESCAPE": "Key",
"srclang": "String -> Attribute a",
"content": "List (Attribute a) -> List (Element a) -> Element a",
"kbd": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_O": "Key",
"KEY_F16": "Key",
"KEY_REFRESH": "Key",
"tr": "List (Attribute a) -> List (Element a) -> Element a",
"stringAttribute": "#[String, String] -> Attribute a",
"download": "Boolean -> Attribute a",
"KEY_SCROLL_LOCK": "Key",
"track": "List (Attribute a) -> List (Element a) -> Element a",
"var": "List (Attribute a) -> List (Element a) -> Element a",
"onUnload": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"data": "List (Attribute a) -> List (Element a) -> Element a",
"optgroup": "List (Attribute a) -> List (Element a) -> Element a",
"datetime": "String -> Attribute a",
"translate": "Boolean -> Attribute a",
"height": "Integer -> Attribute a",
"onDurationChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"usemap": "String -> Attribute a",
"script": "List (Attribute a) -> List (Element a) -> Element a",
"h3": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CTRL": "Key",
"article": "List (Attribute a) -> List (Element a) -> Element a",
"mark": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_B": "Key",
"text": "String -> Element a",
"KEY_F2": "Key",
"u": "List (Attribute a) -> List (Element a) -> Element a",
"img": "List (Attribute a) -> List (Element a) -> Element a",
"onTransitionRun": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onLoadedData": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_TAB": "Key",
"onMouseUp": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F32": "Key",
"KEY_9": "Key",
"onPlaying": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"video": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_END": "Key",
"KEY_NUMPAD_2": "Key",
"placeholder": "String -> Attribute a",
"BasicRouting": "RoutingKind",
"draggable": "Boolean -> Attribute a",
"KEY_DOLLAR": "Key",
"dt": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CMD_LEFT": "Key",
"onEnded": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_NON_CONVERSION": "Key",
"KEY_Y": "Key",
"KEY_RIGHT_PAREN": "Key",
"td": "List (Attribute a) -> List (Element a) -> Element a",
"sup": "List (Attribute a) -> List (Element a) -> Element a",
"li": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_7": "Key",
"KEY_SHIFT": "Key",
"media": "String -> Attribute a",
"onMouseWheel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"tbody": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_SINGLE_QUOTE": "Key",
"KEY_F7": "Key",
"KEY_ENTER": "Key",
"p": "List (Attribute a) -> List (Element a) -> Element a",
"onChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_MULTIPLY": "Key",
"template": "List (Attribute a) -> List (Element a) -> Element a",
"mapElement": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_3": "Key",
"value": "String -> Attribute a",
"coords": "String -> Attribute a",
"KEY_NUMPAD_8": "Key",
"KEY_PAGE_UP": "Key",
"KEY_BRACKET_RIGHT": "Key",
"sandbox": "Boolean -> Attribute a",
"KEY_KANJI": "Key",
"KEY_F21": "Key",
"KEY_HALF_WIDTH_FULL_WIDTH": "Key",
"onSeeked": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_S": "Key",
"embed": "List (Attribute a) -> List (Element a) -> Element a",
"onCut": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onFocus": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F8": "Key"
},
"apiTypes": {}
},
"llvmApi": {
"apiInstances": [],
"apiAliases": {},
"apiInterfaces": {},
"apiNames": {
"KEY_6": "Key",
"tfoot": "List (Attribute a) -> List (Element a) -> Element a",
"getPathName": "a -> String",
"progress": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F24": "Key",
"KEY_V": "Key",
"novalidate": "Boolean -> Attribute a",
"onWaiting": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"formAttr": "String -> Attribute a",
"KEY_PREVIOUS": "Key",
"KEY_F14": "Key",
"KEY_COLON": "Key",
"KEY_U_GRAVE_ACCENT": "Key",
"a": "List (Attribute a) -> List (Element a) -> Element a",
"key": "String -> Attribute a",
"KEY_NUM_LOCK": "Key",
"onContextMenu": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"bdi": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_PERIOD": "Key",
"srcset": "String -> Attribute a",
"onCanPlay": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"noscript": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_M": "Key",
"KEY_GNOME_COMPOSE": "Key",
"onPlay": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"syncAction": "(a -> Event -> a) -> a -> Event -> List (Wish (a -> a) (a -> a))",
"KEY_DELETE": "Key",
"onDragLeave": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_ANY": "Key",
"rowspan": "Integer -> Attribute a",
"samp": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_EMAIL": "Key",
"src": "String -> Attribute a",
"h1": "List (Attribute a) -> List (Element a) -> Element a",
"name": "String -> Attribute a",
"caption": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_RIGHT_ARROW": "Key",
"KEY_AT": "Key",
"onKeyDown": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onMouseDown": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"object": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F19": "Key",
"figure": "List (Attribute a) -> List (Element a) -> Element a",
"h6": "List (Attribute a) -> List (Element a) -> Element a",
"rtc": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_G": "Key",
"KEY_BRACKET_LEFT": "Key",
"section": "List (Attribute a) -> List (Element a) -> Element a",
"del": "List (Attribute a) -> List (Element a) -> Element a",
"param": "List (Attribute a) -> List (Element a) -> Element a",
"meta": "List (Attribute a) -> List (Element a) -> Element a",
"col": "List (Attribute a) -> List (Element a) -> Element a",
"onVolumeChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"colspan": "Integer -> Attribute a",
"required": "Boolean -> Attribute a",
"code": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F31": "Key",
"header": "List (Attribute a) -> List (Element a) -> Element a",
"hgroup": "List (Attribute a) -> List (Element a) -> Element a",
"onSelect": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"headers": "String -> Attribute a",
"KEY_NUMPAD_1": "Key",
"KEY_DIVIDE": "Key",
"picture": "List (Attribute a) -> List (Element a) -> Element a",
"tabindex": "Integer -> Attribute a",
"aside": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F28": "Key",
"method": "Method -> Attribute a",
"blockquote": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_Z": "Key",
"KEY_F1": "Key",
"onTimeUpdate": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"selected": "Boolean -> Attribute a",
"KEY_MUTE_UNMUTE": "Key",
"KEY_1": "Key",
"textarea": "List (Attribute a) -> List (Element a) -> Element a",
"rel": "String -> Attribute a",
"KEY_SELECT": "Key",
"KEY_SEMI_COLON": "Key",
"onBeforePrint": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_BACK_TICK": "Key",
"switchRoute": "List #[String, { searchParams :: Dictionary String String, urlParams :: Dictionary String String } -> Element a] -> Element a",
"for": "String -> Attribute a",
"datalist": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F23": "Key",
"renderWithConfig": "{ globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> (a -> Element a) -> a -> String -> {}",
"onTransitionCancel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_Q": "Key",
"iframe": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_PRINT_SCREEN": "Key",
"onEmptied": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onInput": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"abbr": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_AIRPLANE_MODE": "Key",
"KEY_NEXT": "Key",
"KEY_F26": "Key",
"KEY_DECIMAL_POINT": "Key",
"onMouseLeave": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_T": "Key",
"cols": "Integer -> Attribute a",
"HashRouting": "RoutingKind",
"AbstractEvent": "{ bubbles :: Boolean, defaultPrevented :: Boolean, eventType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"menu": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HOME": "Key",
"maxlength": "Integer -> Attribute a",
"KEY_ALPHA_NUMERIC": "Key",
"KEY_4": "Key",
"onPaste": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onWheel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"button": "List (Attribute a) -> List (Element a) -> Element a",
"bdo": "List (Attribute a) -> List (Element a) -> Element a",
"fieldset": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_SLEEP": "Key",
"shadow": "List (Attribute a) -> List (Element a) -> Element a",
"throttleAction": "Integer -> (a -> Event -> List (Wish (a -> a) (a -> a))) -> a -> Event -> List (Wish (a -> a) (a -> a))",
"KEY_K": "Key",
"plaintext": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F12": "Key",
"DEFAULT_CONFIG": "{ globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"loop": "Boolean -> Attribute a",
"open": "Boolean -> Attribute a",
"low": "Integer -> Attribute a",
"sub": "List (Attribute a) -> List (Element a) -> Element a",
"audio": "List (Attribute a) -> List (Element a) -> Element a",
"max": "Integer -> Attribute a",
"ismap": "Boolean -> Attribute a",
"enctype": "String -> Attribute a",
"label": "List (Attribute a) -> List (Element a) -> Element a",
"rows": "Integer -> Attribute a",
"pattern": "String -> Attribute a",
"KEY_N": "Key",
"KEY_F17": "Key",
"KEY_EXCLAMATION_MARK": "Key",
"b": "List (Attribute a) -> List (Element a) -> Element a",
"h4": "List (Attribute a) -> List (Element a) -> Element a",
"muted": "Boolean -> Attribute a",
"wbr": "List (Attribute a) -> List (Element a) -> Element a",
"menuitem": "List (Attribute a) -> List (Element a) -> Element a",
"default": "Boolean -> Attribute a",
"KEY_EXECUTE": "Key",
"onOnline": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_FORWARD_SLASH": "Key",
"KEY_E": "Key",
"accept": "String -> Attribute a",
"list": "String -> Attribute a",
"i": "List (Attribute a) -> List (Element a) -> Element a",
"onProgress": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"dir": "String -> Attribute a",
"KEY_8": "Key",
"KEY_NUMPAD_3": "Key",
"onResize": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_ESZETT": "Key",
"tag": "String -> List (Attribute a) -> List (Element a) -> Element a",
"defer": "Boolean -> Attribute a",
"KEY_X": "Key",
"KEY_F3": "Key",
"start": "Integer -> Attribute a",
"onLoadedMetaData": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_HANJA": "Key",
"KEY_ALTGR": "Key",
"KEY_LEFT_ARROW": "Key",
"ul": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_4": "Key",
"KEY_DECREASE_VOLUME": "Key",
"onError": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_ALT": "Key",
"KEY_F4": "Key",
"KEY_LEFT_BACK_SLASH": "Key",
"s": "List (Attribute a) -> List (Element a) -> Element a",
"rt": "List (Attribute a) -> List (Element a) -> Element a",
"link": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_BACKSPACE": "Key",
"style": "Dictionary String String -> Attribute a",
"KEY_ASTERISK": "Key",
"kind": "String -> Attribute a",
"innerText": "String -> Attribute a",
"figcaption": "List (Attribute a) -> List (Element a) -> Element a",
"small": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HELP": "Key",
"KEY_F20": "Key",
"KEY_R": "Key",
"time": "List (Attribute a) -> List (Element a) -> Element a",
"summary": "List (Attribute a) -> List (Element a) -> Element a",
"onDragEnd": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"to": "String -> Attribute a",
"KEY_F9": "Key",
"onTransitionStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onRateChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"acceptCharset": "String -> Attribute a",
"ol": "List (Attribute a) -> List (Element a) -> Element a",
"onLoad": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_2": "Key",
"KEY_MUTE": "Key",
"KEY_NUMPAD_9": "Key",
"inputType": "String -> Attribute a",
"size": "Integer -> Attribute a",
"KEY_NUMBER_SIGN": "Key",
"contenteditable": "Boolean -> Attribute a",
"checked": "Boolean -> Attribute a",
"KEY_ARABIC_SEMI_COLON": "Key",
"onCanPlayThrough": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"autocomplete": "Boolean -> Attribute a",
"optimum": "Integer -> Attribute a",
"dd": "List (Attribute a) -> List (Element a) -> Element a",
"onClick": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"labelAttr": "String -> Attribute a",
"KEY_DOWN_ARROW": "Key",
"KEY_I": "Key",
"high": "Integer -> Attribute a",
"KEY_F10": "Key",
"form": "List (Attribute a) -> List (Element a) -> Element a",
"formaction": "String -> Attribute a",
"em": "List (Attribute a) -> List (Element a) -> Element a",
"spellcheck": "Boolean -> Attribute a",
"br": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_PLAY_PAUSE": "Key",
"target": "String -> Attribute a",
"cite": "List (Attribute a) -> List (Element a) -> Element a",
"details": "List (Attribute a) -> List (Element a) -> Element a",
"legend": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_BACK_SLASH": "Key",
"KEY_L": "Key",
"KEY_F15": "Key",
"thead": "List (Attribute a) -> List (Element a) -> Element a",
"spanAttr": "Integer -> Attribute a",
"id": "String -> Attribute a",
"KEY_PAGE_FORWARD": "Key",
"onMouseMove": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDragStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDragEnter": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"meter": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_C": "Key",
"InputEvent": "{ bubbles :: Boolean, data :: String, defaultPrevented :: Boolean, eventType :: String, inputType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, target :: { innerText :: String, value :: String }, timeStamp :: Integer } -> Event",
"onAfterPrint": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onPageHide": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_PAGE_BACKWARD": "Key",
"nav": "List (Attribute a) -> List (Element a) -> Element a",
"hr": "List (Attribute a) -> List (Element a) -> Element a",
"citeAttr": "String -> Attribute a",
"ruby": "List (Attribute a) -> List (Element a) -> Element a",
"h2": "List (Attribute a) -> List (Element a) -> Element a",
"span": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_C_CEDILLA": "Key",
"dirname": "String -> Attribute a",
"KEY_F": "Key",
"async": "Boolean -> Attribute a",
"input": "List (Attribute a) -> List (Element a) -> Element a",
"ins": "List (Attribute a) -> List (Element a) -> Element a",
"onSubmit": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"option": "List (Attribute a) -> List (Element a) -> Element a",
"width": "Integer -> Attribute a",
"KEY_CONVERSION": "Key",
"onDrop": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"className": "String -> Attribute a",
"dialog": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_UNLOCK_TRACK_PAD": "Key",
"KEY_CLEAR": "Key",
"KEY_F6": "Key",
"KEY_PRINT": "Key",
"q": "List (Attribute a) -> List (Element a) -> Element a",
"select": "List (Attribute a) -> List (Element a) -> Element a",
"canvas": "List (Attribute a) -> List (Element a) -> Element a",
"onSeeking": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onKeyUp": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onBlur": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"readonly": "Boolean -> Attribute a",
"KEY_NUMPAD_6": "Key",
"step": "Integer -> Attribute a",
"onPause": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_P": "Key",
"footer": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_XF86_BACKWARD": "Key",
"KEY_EQUAL": "Key",
"onKeyPress": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"autoplay": "Boolean -> Attribute a",
"title": "List (Attribute a) -> List (Element a) -> Element a",
"source": "List (Attribute a) -> List (Element a) -> Element a",
"dataAttr": "String -> Attribute a",
"KEY_0": "Key",
"onPageShow": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_SPACE": "Key",
"getUrl": "a -> String",
"onBeforeUnload": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"address": "List (Attribute a) -> List (Element a) -> Element a",
"min": "Integer -> Attribute a",
"KEY_F22": "Key",
"KEY_QUESTION_MARK": "Key",
"KEY_CIRCONFLEX": "Key",
"controls": "Boolean -> Attribute a",
"shape": "String -> Attribute a",
"reversed": "Boolean -> Attribute a",
"onMouseEnter": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_SUBSTRACT": "Key",
"innerHTML": "String -> Attribute a",
"preload": "String -> Attribute a",
"onSuspend": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"hidden": "Boolean -> Attribute a",
"KEY_7": "Key",
"KEY_ADD": "Key",
"autofocus": "Boolean -> Attribute a",
"render": "(a -> Element a) -> a -> String -> {}",
"srcdoc": "String -> Attribute a",
"onTransitionEnd": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"accessKey": "String -> Attribute a",
"onScroll": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_XF86_FORWARD": "Key",
"KEY_F25": "Key",
"onUrlChanged": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onMouseOut": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_W": "Key",
"titleAttr": "String -> Attribute a",
"onReset": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"output": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_J": "Key",
"onStalled": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F13": "Key",
"scope": "String -> Attribute a",
"poster": "String -> Attribute a",
"altAttribute": "String -> Attribute a",
"KeyboardEvent": "{ altKey :: Boolean, bubbles :: Boolean, ctrlKey :: Boolean, defaultPrevented :: Boolean, eventType :: String, key :: Key, preventDefault :: {} -> {}, shiftKey :: Boolean, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"dl": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_COMMA": "Key",
"KEY_A": "Key",
"KEY_F18": "Key",
"div": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_INCREASE_VOLUME": "Key",
"forRoute": "String -> ({ searchParams :: Dictionary String String, urlParams :: Dictionary String String } -> Element a) -> Element a",
"onCopy": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDrag": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_D": "Key",
"PopStateEvent": "{ bubbles :: Boolean, defaultPrevented :: Boolean, eventType :: String, path :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer, url :: String } -> Event",
"KEY_PERIOD": "Key",
"KEY_TILDE": "Key",
"onSearch": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"MouseEvent": "{ bubbles :: Boolean, clientX :: Integer, clientY :: Integer, defaultPrevented :: Boolean, eventType :: String, preventDefault :: {} -> {}, stopImmediatePropagation :: {} -> {}, stopPropagation :: {} -> {}, timeStamp :: Integer } -> Event",
"main": "List (Attribute a) -> List (Element a) -> Element a",
"addSubscription": "(((a -> a) -> {}) -> {}) -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"onOffline": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"KEY_UP_ARROW": "Key",
"onMouseOver": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_CMD": "Key",
"h5": "List (Attribute a) -> List (Element a) -> Element a",
"onDblClick": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"colgroup": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_LEFT_CHEVRON": "Key",
"onInvalid": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"action": "String -> Attribute a",
"wrap": "String -> Attribute a",
"KEY_BREAK": "Key",
"rp": "List (Attribute a) -> List (Element a) -> Element a",
"slot": "List (Attribute a) -> List (Element a) -> Element a",
"lang": "String -> Attribute a",
"KEY_F30": "Key",
"disabled": "Boolean -> Attribute a",
"KEY_STOP": "Key",
"KEY_NUMPAD_0": "Key",
"multiple": "Boolean -> Attribute a",
"KEY_F29": "Key",
"KEY_F5": "Key",
"KEY_PAUSE": "Key",
"dfn": "List (Attribute a) -> List (Element a) -> Element a",
"strong": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_INSERT": "Key",
"href": "String -> Attribute a",
"table": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_HIRAGANA_KATAKANA": "Key",
"KEY_PAGE_DOWN": "Key",
"addGlobalEventHandler": "GlobalAction a -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) } -> { globalEventHandlers :: List (GlobalAction a), routingKind :: RoutingKind, subscriptions :: List (((a -> a) -> {}) -> {}) }",
"onCueChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"sizes": "String -> Attribute a",
"KEY_NUMPAD_5": "Key",
"hreflang": "String -> Attribute a",
"onDragOver": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onDocumentLoad": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"onAbort": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_TOGGLE_TOUCH_PAD": "Key",
"KEY_GRAVE_ACCENT": "Key",
"KEY_DASH": "Key",
"KEY_5": "Key",
"pre": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CAPS_LOCK": "Key",
"empty": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F27": "Key",
"KEY_CMD_RIGHT": "Key",
"onLoadStart": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_U": "Key",
"every": "Integer -> (a -> a) -> ((a -> a) -> {}) -> {}",
"th": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_H": "Key",
"area": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_F11": "Key",
"onToggle": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_HANGUL": "Key",
"KEY_ESCAPE": "Key",
"srclang": "String -> Attribute a",
"content": "List (Attribute a) -> List (Element a) -> Element a",
"kbd": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_O": "Key",
"KEY_F16": "Key",
"KEY_REFRESH": "Key",
"tr": "List (Attribute a) -> List (Element a) -> Element a",
"stringAttribute": "#[String, String] -> Attribute a",
"download": "Boolean -> Attribute a",
"KEY_SCROLL_LOCK": "Key",
"track": "List (Attribute a) -> List (Element a) -> Element a",
"var": "List (Attribute a) -> List (Element a) -> Element a",
"onUnload": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> GlobalAction a",
"data": "List (Attribute a) -> List (Element a) -> Element a",
"optgroup": "List (Attribute a) -> List (Element a) -> Element a",
"datetime": "String -> Attribute a",
"translate": "Boolean -> Attribute a",
"height": "Integer -> Attribute a",
"onDurationChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"usemap": "String -> Attribute a",
"script": "List (Attribute a) -> List (Element a) -> Element a",
"h3": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CTRL": "Key",
"article": "List (Attribute a) -> List (Element a) -> Element a",
"mark": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_B": "Key",
"text": "String -> Element a",
"KEY_F2": "Key",
"u": "List (Attribute a) -> List (Element a) -> Element a",
"img": "List (Attribute a) -> List (Element a) -> Element a",
"onTransitionRun": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onLoadedData": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_TAB": "Key",
"onMouseUp": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F32": "Key",
"KEY_9": "Key",
"onPlaying": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"video": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_END": "Key",
"KEY_NUMPAD_2": "Key",
"placeholder": "String -> Attribute a",
"BasicRouting": "RoutingKind",
"draggable": "Boolean -> Attribute a",
"KEY_DOLLAR": "Key",
"dt": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_CMD_LEFT": "Key",
"onEnded": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_NON_CONVERSION": "Key",
"KEY_Y": "Key",
"KEY_RIGHT_PAREN": "Key",
"td": "List (Attribute a) -> List (Element a) -> Element a",
"sup": "List (Attribute a) -> List (Element a) -> Element a",
"li": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_NUMPAD_7": "Key",
"KEY_SHIFT": "Key",
"media": "String -> Attribute a",
"onMouseWheel": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"tbody": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_SINGLE_QUOTE": "Key",
"KEY_F7": "Key",
"KEY_ENTER": "Key",
"p": "List (Attribute a) -> List (Element a) -> Element a",
"onChange": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_MULTIPLY": "Key",
"template": "List (Attribute a) -> List (Element a) -> Element a",
"mapElement": "List (Attribute a) -> List (Element a) -> Element a",
"KEY_3": "Key",
"value": "String -> Attribute a",
"coords": "String -> Attribute a",
"KEY_NUMPAD_8": "Key",
"KEY_PAGE_UP": "Key",
"KEY_BRACKET_RIGHT": "Key",
"sandbox": "Boolean -> Attribute a",
"KEY_KANJI": "Key",
"KEY_F21": "Key",
"KEY_HALF_WIDTH_FULL_WIDTH": "Key",
"onSeeked": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_S": "Key",
"embed": "List (Attribute a) -> List (Element a) -> Element a",
"onCut": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"onFocus": "(a -> Event -> List (Wish (a -> a) (a -> a))) -> Attribute a",
"KEY_F8": "Key"
},
"apiTypes": {}
},
"versionHash": "d149f1ad15929c0de71efb09318ac483"
}