~ubuntu-branches/ubuntu/vivid/haskell-blaze-html/vivid

« back to all changes in this revision

Viewing changes to Text/Blaze/Html5.hs

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-01-26 20:15:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120126201549-jpd87031jzlt03y0
Tags: 0.4.3.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- WARNING: The next block of code was automatically generated by
 
2
-- Util/GenerateHtmlCombinators.hs:69
2
3
--
3
4
{-# LANGUAGE OverloadedStrings #-}
4
5
-- | This module exports HTML combinators used to create documents.
114
114
    ) where
115
115
 
116
116
-- WARNING: The next block of code was automatically generated by
 
117
-- Util/GenerateHtmlCombinators.hs:77
117
118
--
118
119
import Prelude ((>>), (.))
119
120
 
122
122
import Text.Blaze.Internal
123
123
 
124
124
-- WARNING: The next block of code was automatically generated by
 
125
-- Util/GenerateHtmlCombinators.hs:155
125
126
--
126
127
-- | Combinator for the document type. This should be placed at the top
127
128
-- of every HTML page.
140
140
{-# INLINE docType #-}
141
141
 
142
142
-- WARNING: The next block of code was automatically generated by
 
143
-- Util/GenerateHtmlCombinators.hs:176
143
144
--
144
145
-- | Combinator for the @\<html>@ element. This combinator will also
145
146
-- insert the correct doctype.
160
160
{-# INLINE docTypeHtml #-}
161
161
 
162
162
-- WARNING: The next block of code was automatically generated by
 
163
-- Util/GenerateHtmlCombinators.hs:198
163
164
--
164
165
-- | Combinator for the @\<a>@ element.
165
166
--
178
178
{-# INLINE a #-}
179
179
 
180
180
-- WARNING: The next block of code was automatically generated by
 
181
-- Util/GenerateHtmlCombinators.hs:198
181
182
--
182
183
-- | Combinator for the @\<abbr>@ element.
183
184
--
196
196
{-# INLINE abbr #-}
197
197
 
198
198
-- WARNING: The next block of code was automatically generated by
 
199
-- Util/GenerateHtmlCombinators.hs:198
199
200
--
200
201
-- | Combinator for the @\<address>@ element.
201
202
--
214
214
{-# INLINE address #-}
215
215
 
216
216
-- WARNING: The next block of code was automatically generated by
 
217
-- Util/GenerateHtmlCombinators.hs:225
217
218
--
218
219
-- | Combinator for the @\<area />@ element.
219
220
--
231
231
{-# INLINE area #-}
232
232
 
233
233
-- WARNING: The next block of code was automatically generated by
 
234
-- Util/GenerateHtmlCombinators.hs:198
234
235
--
235
236
-- | Combinator for the @\<article>@ element.
236
237
--
249
249
{-# INLINE article #-}
250
250
 
251
251
-- WARNING: The next block of code was automatically generated by
 
252
-- Util/GenerateHtmlCombinators.hs:198
252
253
--
253
254
-- | Combinator for the @\<aside>@ element.
254
255
--
267
267
{-# INLINE aside #-}
268
268
 
269
269
-- WARNING: The next block of code was automatically generated by
 
270
-- Util/GenerateHtmlCombinators.hs:198
270
271
--
271
272
-- | Combinator for the @\<audio>@ element.
272
273
--
285
285
{-# INLINE audio #-}
286
286
 
287
287
-- WARNING: The next block of code was automatically generated by
 
288
-- Util/GenerateHtmlCombinators.hs:198
288
289
--
289
290
-- | Combinator for the @\<b>@ element.
290
291
--
303
303
{-# INLINE b #-}
304
304
 
305
305
-- WARNING: The next block of code was automatically generated by
 
306
-- Util/GenerateHtmlCombinators.hs:198
306
307
--
307
308
-- | Combinator for the @\<base>@ element.
308
309
--
321
321
{-# INLINE base #-}
322
322
 
323
323
-- WARNING: The next block of code was automatically generated by
 
324
-- Util/GenerateHtmlCombinators.hs:198
324
325
--
325
326
-- | Combinator for the @\<bdo>@ element.
326
327
--
339
339
{-# INLINE bdo #-}
340
340
 
341
341
-- WARNING: The next block of code was automatically generated by
 
342
-- Util/GenerateHtmlCombinators.hs:198
342
343
--
343
344
-- | Combinator for the @\<blockquote>@ element.
344
345
--
357
357
{-# INLINE blockquote #-}
358
358
 
359
359
-- WARNING: The next block of code was automatically generated by
 
360
-- Util/GenerateHtmlCombinators.hs:198
360
361
--
361
362
-- | Combinator for the @\<body>@ element.
362
363
--
375
375
{-# INLINE body #-}
376
376
 
377
377
-- WARNING: The next block of code was automatically generated by
 
378
-- Util/GenerateHtmlCombinators.hs:225
378
379
--
379
380
-- | Combinator for the @\<br />@ element.
380
381
--
392
392
{-# INLINE br #-}
393
393
 
394
394
-- WARNING: The next block of code was automatically generated by
 
395
-- Util/GenerateHtmlCombinators.hs:198
395
396
--
396
397
-- | Combinator for the @\<button>@ element.
397
398
--
410
410
{-# INLINE button #-}
411
411
 
412
412
-- WARNING: The next block of code was automatically generated by
 
413
-- Util/GenerateHtmlCombinators.hs:198
413
414
--
414
415
-- | Combinator for the @\<canvas>@ element.
415
416
--
428
428
{-# INLINE canvas #-}
429
429
 
430
430
-- WARNING: The next block of code was automatically generated by
 
431
-- Util/GenerateHtmlCombinators.hs:198
431
432
--
432
433
-- | Combinator for the @\<caption>@ element.
433
434
--
446
446
{-# INLINE caption #-}
447
447
 
448
448
-- WARNING: The next block of code was automatically generated by
 
449
-- Util/GenerateHtmlCombinators.hs:198
449
450
--
450
451
-- | Combinator for the @\<cite>@ element.
451
452
--
464
464
{-# INLINE cite #-}
465
465
 
466
466
-- WARNING: The next block of code was automatically generated by
 
467
-- Util/GenerateHtmlCombinators.hs:198
467
468
--
468
469
-- | Combinator for the @\<code>@ element.
469
470
--
482
482
{-# INLINE code #-}
483
483
 
484
484
-- WARNING: The next block of code was automatically generated by
 
485
-- Util/GenerateHtmlCombinators.hs:225
485
486
--
486
487
-- | Combinator for the @\<col />@ element.
487
488
--
499
499
{-# INLINE col #-}
500
500
 
501
501
-- WARNING: The next block of code was automatically generated by
 
502
-- Util/GenerateHtmlCombinators.hs:198
502
503
--
503
504
-- | Combinator for the @\<colgroup>@ element.
504
505
--
517
517
{-# INLINE colgroup #-}
518
518
 
519
519
-- WARNING: The next block of code was automatically generated by
 
520
-- Util/GenerateHtmlCombinators.hs:198
520
521
--
521
522
-- | Combinator for the @\<command>@ element.
522
523
--
535
535
{-# INLINE command #-}
536
536
 
537
537
-- WARNING: The next block of code was automatically generated by
 
538
-- Util/GenerateHtmlCombinators.hs:198
538
539
--
539
540
-- | Combinator for the @\<datalist>@ element.
540
541
--
553
553
{-# INLINE datalist #-}
554
554
 
555
555
-- WARNING: The next block of code was automatically generated by
 
556
-- Util/GenerateHtmlCombinators.hs:198
556
557
--
557
558
-- | Combinator for the @\<dd>@ element.
558
559
--
571
571
{-# INLINE dd #-}
572
572
 
573
573
-- WARNING: The next block of code was automatically generated by
 
574
-- Util/GenerateHtmlCombinators.hs:198
574
575
--
575
576
-- | Combinator for the @\<del>@ element.
576
577
--
589
589
{-# INLINE del #-}
590
590
 
591
591
-- WARNING: The next block of code was automatically generated by
 
592
-- Util/GenerateHtmlCombinators.hs:198
592
593
--
593
594
-- | Combinator for the @\<details>@ element.
594
595
--
607
607
{-# INLINE details #-}
608
608
 
609
609
-- WARNING: The next block of code was automatically generated by
 
610
-- Util/GenerateHtmlCombinators.hs:198
610
611
--
611
612
-- | Combinator for the @\<dfn>@ element.
612
613
--
625
625
{-# INLINE dfn #-}
626
626
 
627
627
-- WARNING: The next block of code was automatically generated by
 
628
-- Util/GenerateHtmlCombinators.hs:198
628
629
--
629
630
-- | Combinator for the @\<div>@ element.
630
631
--
643
643
{-# INLINE div #-}
644
644
 
645
645
-- WARNING: The next block of code was automatically generated by
 
646
-- Util/GenerateHtmlCombinators.hs:198
646
647
--
647
648
-- | Combinator for the @\<dl>@ element.
648
649
--
661
661
{-# INLINE dl #-}
662
662
 
663
663
-- WARNING: The next block of code was automatically generated by
 
664
-- Util/GenerateHtmlCombinators.hs:198
664
665
--
665
666
-- | Combinator for the @\<dt>@ element.
666
667
--
679
679
{-# INLINE dt #-}
680
680
 
681
681
-- WARNING: The next block of code was automatically generated by
 
682
-- Util/GenerateHtmlCombinators.hs:198
682
683
--
683
684
-- | Combinator for the @\<em>@ element.
684
685
--
697
697
{-# INLINE em #-}
698
698
 
699
699
-- WARNING: The next block of code was automatically generated by
 
700
-- Util/GenerateHtmlCombinators.hs:225
700
701
--
701
702
-- | Combinator for the @\<embed />@ element.
702
703
--
714
714
{-# INLINE embed #-}
715
715
 
716
716
-- WARNING: The next block of code was automatically generated by
 
717
-- Util/GenerateHtmlCombinators.hs:198
717
718
--
718
719
-- | Combinator for the @\<fieldset>@ element.
719
720
--
732
732
{-# INLINE fieldset #-}
733
733
 
734
734
-- WARNING: The next block of code was automatically generated by
 
735
-- Util/GenerateHtmlCombinators.hs:198
735
736
--
736
737
-- | Combinator for the @\<figcaption>@ element.
737
738
--
750
750
{-# INLINE figcaption #-}
751
751
 
752
752
-- WARNING: The next block of code was automatically generated by
 
753
-- Util/GenerateHtmlCombinators.hs:198
753
754
--
754
755
-- | Combinator for the @\<figure>@ element.
755
756
--
768
768
{-# INLINE figure #-}
769
769
 
770
770
-- WARNING: The next block of code was automatically generated by
 
771
-- Util/GenerateHtmlCombinators.hs:198
771
772
--
772
773
-- | Combinator for the @\<footer>@ element.
773
774
--
786
786
{-# INLINE footer #-}
787
787
 
788
788
-- WARNING: The next block of code was automatically generated by
 
789
-- Util/GenerateHtmlCombinators.hs:198
789
790
--
790
791
-- | Combinator for the @\<form>@ element.
791
792
--
804
804
{-# INLINE form #-}
805
805
 
806
806
-- WARNING: The next block of code was automatically generated by
 
807
-- Util/GenerateHtmlCombinators.hs:198
807
808
--
808
809
-- | Combinator for the @\<h1>@ element.
809
810
--
822
822
{-# INLINE h1 #-}
823
823
 
824
824
-- WARNING: The next block of code was automatically generated by
 
825
-- Util/GenerateHtmlCombinators.hs:198
825
826
--
826
827
-- | Combinator for the @\<h2>@ element.
827
828
--
840
840
{-# INLINE h2 #-}
841
841
 
842
842
-- WARNING: The next block of code was automatically generated by
 
843
-- Util/GenerateHtmlCombinators.hs:198
843
844
--
844
845
-- | Combinator for the @\<h3>@ element.
845
846
--
858
858
{-# INLINE h3 #-}
859
859
 
860
860
-- WARNING: The next block of code was automatically generated by
 
861
-- Util/GenerateHtmlCombinators.hs:198
861
862
--
862
863
-- | Combinator for the @\<h4>@ element.
863
864
--
876
876
{-# INLINE h4 #-}
877
877
 
878
878
-- WARNING: The next block of code was automatically generated by
 
879
-- Util/GenerateHtmlCombinators.hs:198
879
880
--
880
881
-- | Combinator for the @\<h5>@ element.
881
882
--
894
894
{-# INLINE h5 #-}
895
895
 
896
896
-- WARNING: The next block of code was automatically generated by
 
897
-- Util/GenerateHtmlCombinators.hs:198
897
898
--
898
899
-- | Combinator for the @\<h6>@ element.
899
900
--
912
912
{-# INLINE h6 #-}
913
913
 
914
914
-- WARNING: The next block of code was automatically generated by
 
915
-- Util/GenerateHtmlCombinators.hs:198
915
916
--
916
917
-- | Combinator for the @\<head>@ element.
917
918
--
930
930
{-# INLINE head #-}
931
931
 
932
932
-- WARNING: The next block of code was automatically generated by
 
933
-- Util/GenerateHtmlCombinators.hs:198
933
934
--
934
935
-- | Combinator for the @\<header>@ element.
935
936
--
948
948
{-# INLINE header #-}
949
949
 
950
950
-- WARNING: The next block of code was automatically generated by
 
951
-- Util/GenerateHtmlCombinators.hs:198
951
952
--
952
953
-- | Combinator for the @\<hgroup>@ element.
953
954
--
966
966
{-# INLINE hgroup #-}
967
967
 
968
968
-- WARNING: The next block of code was automatically generated by
 
969
-- Util/GenerateHtmlCombinators.hs:225
969
970
--
970
971
-- | Combinator for the @\<hr />@ element.
971
972
--
983
983
{-# INLINE hr #-}
984
984
 
985
985
-- WARNING: The next block of code was automatically generated by
 
986
-- Util/GenerateHtmlCombinators.hs:198
986
987
--
987
988
-- | Combinator for the @\<html>@ element.
988
989
--
1001
1001
{-# INLINE html #-}
1002
1002
 
1003
1003
-- WARNING: The next block of code was automatically generated by
 
1004
-- Util/GenerateHtmlCombinators.hs:198
1004
1005
--
1005
1006
-- | Combinator for the @\<i>@ element.
1006
1007
--
1019
1019
{-# INLINE i #-}
1020
1020
 
1021
1021
-- WARNING: The next block of code was automatically generated by
 
1022
-- Util/GenerateHtmlCombinators.hs:198
1022
1023
--
1023
1024
-- | Combinator for the @\<iframe>@ element.
1024
1025
--
1037
1037
{-# INLINE iframe #-}
1038
1038
 
1039
1039
-- WARNING: The next block of code was automatically generated by
 
1040
-- Util/GenerateHtmlCombinators.hs:225
1040
1041
--
1041
1042
-- | Combinator for the @\<img />@ element.
1042
1043
--
1054
1054
{-# INLINE img #-}
1055
1055
 
1056
1056
-- WARNING: The next block of code was automatically generated by
 
1057
-- Util/GenerateHtmlCombinators.hs:225
1057
1058
--
1058
1059
-- | Combinator for the @\<input />@ element.
1059
1060
--
1071
1071
{-# INLINE input #-}
1072
1072
 
1073
1073
-- WARNING: The next block of code was automatically generated by
 
1074
-- Util/GenerateHtmlCombinators.hs:198
1074
1075
--
1075
1076
-- | Combinator for the @\<ins>@ element.
1076
1077
--
1089
1089
{-# INLINE ins #-}
1090
1090
 
1091
1091
-- WARNING: The next block of code was automatically generated by
 
1092
-- Util/GenerateHtmlCombinators.hs:198
1092
1093
--
1093
1094
-- | Combinator for the @\<kbd>@ element.
1094
1095
--
1107
1107
{-# INLINE kbd #-}
1108
1108
 
1109
1109
-- WARNING: The next block of code was automatically generated by
 
1110
-- Util/GenerateHtmlCombinators.hs:198
1110
1111
--
1111
1112
-- | Combinator for the @\<keygen>@ element.
1112
1113
--
1125
1125
{-# INLINE keygen #-}
1126
1126
 
1127
1127
-- WARNING: The next block of code was automatically generated by
 
1128
-- Util/GenerateHtmlCombinators.hs:198
1128
1129
--
1129
1130
-- | Combinator for the @\<label>@ element.
1130
1131
--
1143
1143
{-# INLINE label #-}
1144
1144
 
1145
1145
-- WARNING: The next block of code was automatically generated by
 
1146
-- Util/GenerateHtmlCombinators.hs:198
1146
1147
--
1147
1148
-- | Combinator for the @\<legend>@ element.
1148
1149
--
1161
1161
{-# INLINE legend #-}
1162
1162
 
1163
1163
-- WARNING: The next block of code was automatically generated by
 
1164
-- Util/GenerateHtmlCombinators.hs:198
1164
1165
--
1165
1166
-- | Combinator for the @\<li>@ element.
1166
1167
--
1179
1179
{-# INLINE li #-}
1180
1180
 
1181
1181
-- WARNING: The next block of code was automatically generated by
 
1182
-- Util/GenerateHtmlCombinators.hs:225
1182
1183
--
1183
1184
-- | Combinator for the @\<link />@ element.
1184
1185
--
1196
1196
{-# INLINE link #-}
1197
1197
 
1198
1198
-- WARNING: The next block of code was automatically generated by
 
1199
-- Util/GenerateHtmlCombinators.hs:198
1199
1200
--
1200
1201
-- | Combinator for the @\<map>@ element.
1201
1202
--
1214
1214
{-# INLINE map #-}
1215
1215
 
1216
1216
-- WARNING: The next block of code was automatically generated by
 
1217
-- Util/GenerateHtmlCombinators.hs:198
1217
1218
--
1218
1219
-- | Combinator for the @\<mark>@ element.
1219
1220
--
1232
1232
{-# INLINE mark #-}
1233
1233
 
1234
1234
-- WARNING: The next block of code was automatically generated by
 
1235
-- Util/GenerateHtmlCombinators.hs:198
1235
1236
--
1236
1237
-- | Combinator for the @\<menu>@ element.
1237
1238
--
1250
1250
{-# INLINE menu #-}
1251
1251
 
1252
1252
-- WARNING: The next block of code was automatically generated by
 
1253
-- Util/GenerateHtmlCombinators.hs:225
1253
1254
--
1254
1255
-- | Combinator for the @\<meta />@ element.
1255
1256
--
1267
1267
{-# INLINE meta #-}
1268
1268
 
1269
1269
-- WARNING: The next block of code was automatically generated by
 
1270
-- Util/GenerateHtmlCombinators.hs:198
1270
1271
--
1271
1272
-- | Combinator for the @\<meter>@ element.
1272
1273
--
1285
1285
{-# INLINE meter #-}
1286
1286
 
1287
1287
-- WARNING: The next block of code was automatically generated by
 
1288
-- Util/GenerateHtmlCombinators.hs:198
1288
1289
--
1289
1290
-- | Combinator for the @\<nav>@ element.
1290
1291
--
1303
1303
{-# INLINE nav #-}
1304
1304
 
1305
1305
-- WARNING: The next block of code was automatically generated by
 
1306
-- Util/GenerateHtmlCombinators.hs:198
1306
1307
--
1307
1308
-- | Combinator for the @\<noscript>@ element.
1308
1309
--
1321
1321
{-# INLINE noscript #-}
1322
1322
 
1323
1323
-- WARNING: The next block of code was automatically generated by
 
1324
-- Util/GenerateHtmlCombinators.hs:198
1324
1325
--
1325
1326
-- | Combinator for the @\<object>@ element.
1326
1327
--
1339
1339
{-# INLINE object #-}
1340
1340
 
1341
1341
-- WARNING: The next block of code was automatically generated by
 
1342
-- Util/GenerateHtmlCombinators.hs:198
1342
1343
--
1343
1344
-- | Combinator for the @\<ol>@ element.
1344
1345
--
1357
1357
{-# INLINE ol #-}
1358
1358
 
1359
1359
-- WARNING: The next block of code was automatically generated by
 
1360
-- Util/GenerateHtmlCombinators.hs:198
1360
1361
--
1361
1362
-- | Combinator for the @\<optgroup>@ element.
1362
1363
--
1375
1375
{-# INLINE optgroup #-}
1376
1376
 
1377
1377
-- WARNING: The next block of code was automatically generated by
 
1378
-- Util/GenerateHtmlCombinators.hs:198
1378
1379
--
1379
1380
-- | Combinator for the @\<option>@ element.
1380
1381
--
1393
1393
{-# INLINE option #-}
1394
1394
 
1395
1395
-- WARNING: The next block of code was automatically generated by
 
1396
-- Util/GenerateHtmlCombinators.hs:198
1396
1397
--
1397
1398
-- | Combinator for the @\<output>@ element.
1398
1399
--
1411
1411
{-# INLINE output #-}
1412
1412
 
1413
1413
-- WARNING: The next block of code was automatically generated by
 
1414
-- Util/GenerateHtmlCombinators.hs:198
1414
1415
--
1415
1416
-- | Combinator for the @\<p>@ element.
1416
1417
--
1429
1429
{-# INLINE p #-}
1430
1430
 
1431
1431
-- WARNING: The next block of code was automatically generated by
 
1432
-- Util/GenerateHtmlCombinators.hs:225
1432
1433
--
1433
1434
-- | Combinator for the @\<param />@ element.
1434
1435
--
1446
1446
{-# INLINE param #-}
1447
1447
 
1448
1448
-- WARNING: The next block of code was automatically generated by
 
1449
-- Util/GenerateHtmlCombinators.hs:198
1449
1450
--
1450
1451
-- | Combinator for the @\<pre>@ element.
1451
1452
--
1464
1464
{-# INLINE pre #-}
1465
1465
 
1466
1466
-- WARNING: The next block of code was automatically generated by
 
1467
-- Util/GenerateHtmlCombinators.hs:198
1467
1468
--
1468
1469
-- | Combinator for the @\<progress>@ element.
1469
1470
--
1482
1482
{-# INLINE progress #-}
1483
1483
 
1484
1484
-- WARNING: The next block of code was automatically generated by
 
1485
-- Util/GenerateHtmlCombinators.hs:198
1485
1486
--
1486
1487
-- | Combinator for the @\<q>@ element.
1487
1488
--
1500
1500
{-# INLINE q #-}
1501
1501
 
1502
1502
-- WARNING: The next block of code was automatically generated by
 
1503
-- Util/GenerateHtmlCombinators.hs:198
1503
1504
--
1504
1505
-- | Combinator for the @\<rp>@ element.
1505
1506
--
1518
1518
{-# INLINE rp #-}
1519
1519
 
1520
1520
-- WARNING: The next block of code was automatically generated by
 
1521
-- Util/GenerateHtmlCombinators.hs:198
1521
1522
--
1522
1523
-- | Combinator for the @\<rt>@ element.
1523
1524
--
1536
1536
{-# INLINE rt #-}
1537
1537
 
1538
1538
-- WARNING: The next block of code was automatically generated by
 
1539
-- Util/GenerateHtmlCombinators.hs:198
1539
1540
--
1540
1541
-- | Combinator for the @\<ruby>@ element.
1541
1542
--
1554
1554
{-# INLINE ruby #-}
1555
1555
 
1556
1556
-- WARNING: The next block of code was automatically generated by
 
1557
-- Util/GenerateHtmlCombinators.hs:198
1557
1558
--
1558
1559
-- | Combinator for the @\<samp>@ element.
1559
1560
--
1572
1572
{-# INLINE samp #-}
1573
1573
 
1574
1574
-- WARNING: The next block of code was automatically generated by
 
1575
-- Util/GenerateHtmlCombinators.hs:198
1575
1576
--
1576
1577
-- | Combinator for the @\<script>@ element.
1577
1578
--
1590
1590
{-# INLINE script #-}
1591
1591
 
1592
1592
-- WARNING: The next block of code was automatically generated by
 
1593
-- Util/GenerateHtmlCombinators.hs:198
1593
1594
--
1594
1595
-- | Combinator for the @\<section>@ element.
1595
1596
--
1608
1608
{-# INLINE section #-}
1609
1609
 
1610
1610
-- WARNING: The next block of code was automatically generated by
 
1611
-- Util/GenerateHtmlCombinators.hs:198
1611
1612
--
1612
1613
-- | Combinator for the @\<select>@ element.
1613
1614
--
1626
1626
{-# INLINE select #-}
1627
1627
 
1628
1628
-- WARNING: The next block of code was automatically generated by
 
1629
-- Util/GenerateHtmlCombinators.hs:198
1629
1630
--
1630
1631
-- | Combinator for the @\<small>@ element.
1631
1632
--
1644
1644
{-# INLINE small #-}
1645
1645
 
1646
1646
-- WARNING: The next block of code was automatically generated by
 
1647
-- Util/GenerateHtmlCombinators.hs:198
1647
1648
--
1648
1649
-- | Combinator for the @\<source>@ element.
1649
1650
--
1662
1662
{-# INLINE source #-}
1663
1663
 
1664
1664
-- WARNING: The next block of code was automatically generated by
 
1665
-- Util/GenerateHtmlCombinators.hs:198
1665
1666
--
1666
1667
-- | Combinator for the @\<span>@ element.
1667
1668
--
1680
1680
{-# INLINE span #-}
1681
1681
 
1682
1682
-- WARNING: The next block of code was automatically generated by
 
1683
-- Util/GenerateHtmlCombinators.hs:198
1683
1684
--
1684
1685
-- | Combinator for the @\<strong>@ element.
1685
1686
--
1698
1698
{-# INLINE strong #-}
1699
1699
 
1700
1700
-- WARNING: The next block of code was automatically generated by
 
1701
-- Util/GenerateHtmlCombinators.hs:198
1701
1702
--
1702
1703
-- | Combinator for the @\<style>@ element.
1703
1704
--
1716
1716
{-# INLINE style #-}
1717
1717
 
1718
1718
-- WARNING: The next block of code was automatically generated by
 
1719
-- Util/GenerateHtmlCombinators.hs:198
1719
1720
--
1720
1721
-- | Combinator for the @\<sub>@ element.
1721
1722
--
1734
1734
{-# INLINE sub #-}
1735
1735
 
1736
1736
-- WARNING: The next block of code was automatically generated by
 
1737
-- Util/GenerateHtmlCombinators.hs:198
1737
1738
--
1738
1739
-- | Combinator for the @\<summary>@ element.
1739
1740
--
1752
1752
{-# INLINE summary #-}
1753
1753
 
1754
1754
-- WARNING: The next block of code was automatically generated by
 
1755
-- Util/GenerateHtmlCombinators.hs:198
1755
1756
--
1756
1757
-- | Combinator for the @\<sup>@ element.
1757
1758
--
1770
1770
{-# INLINE sup #-}
1771
1771
 
1772
1772
-- WARNING: The next block of code was automatically generated by
 
1773
-- Util/GenerateHtmlCombinators.hs:198
1773
1774
--
1774
1775
-- | Combinator for the @\<table>@ element.
1775
1776
--
1788
1788
{-# INLINE table #-}
1789
1789
 
1790
1790
-- WARNING: The next block of code was automatically generated by
 
1791
-- Util/GenerateHtmlCombinators.hs:198
1791
1792
--
1792
1793
-- | Combinator for the @\<tbody>@ element.
1793
1794
--
1806
1806
{-# INLINE tbody #-}
1807
1807
 
1808
1808
-- WARNING: The next block of code was automatically generated by
 
1809
-- Util/GenerateHtmlCombinators.hs:198
1809
1810
--
1810
1811
-- | Combinator for the @\<td>@ element.
1811
1812
--
1824
1824
{-# INLINE td #-}
1825
1825
 
1826
1826
-- WARNING: The next block of code was automatically generated by
 
1827
-- Util/GenerateHtmlCombinators.hs:198
1827
1828
--
1828
1829
-- | Combinator for the @\<textarea>@ element.
1829
1830
--
1842
1842
{-# INLINE textarea #-}
1843
1843
 
1844
1844
-- WARNING: The next block of code was automatically generated by
 
1845
-- Util/GenerateHtmlCombinators.hs:198
1845
1846
--
1846
1847
-- | Combinator for the @\<tfoot>@ element.
1847
1848
--
1860
1860
{-# INLINE tfoot #-}
1861
1861
 
1862
1862
-- WARNING: The next block of code was automatically generated by
 
1863
-- Util/GenerateHtmlCombinators.hs:198
1863
1864
--
1864
1865
-- | Combinator for the @\<th>@ element.
1865
1866
--
1878
1878
{-# INLINE th #-}
1879
1879
 
1880
1880
-- WARNING: The next block of code was automatically generated by
 
1881
-- Util/GenerateHtmlCombinators.hs:198
1881
1882
--
1882
1883
-- | Combinator for the @\<thead>@ element.
1883
1884
--
1896
1896
{-# INLINE thead #-}
1897
1897
 
1898
1898
-- WARNING: The next block of code was automatically generated by
 
1899
-- Util/GenerateHtmlCombinators.hs:198
1899
1900
--
1900
1901
-- | Combinator for the @\<time>@ element.
1901
1902
--
1914
1914
{-# INLINE time #-}
1915
1915
 
1916
1916
-- WARNING: The next block of code was automatically generated by
 
1917
-- Util/GenerateHtmlCombinators.hs:198
1917
1918
--
1918
1919
-- | Combinator for the @\<title>@ element.
1919
1920
--
1932
1932
{-# INLINE title #-}
1933
1933
 
1934
1934
-- WARNING: The next block of code was automatically generated by
 
1935
-- Util/GenerateHtmlCombinators.hs:198
1935
1936
--
1936
1937
-- | Combinator for the @\<tr>@ element.
1937
1938
--
1950
1950
{-# INLINE tr #-}
1951
1951
 
1952
1952
-- WARNING: The next block of code was automatically generated by
 
1953
-- Util/GenerateHtmlCombinators.hs:198
1953
1954
--
1954
1955
-- | Combinator for the @\<ul>@ element.
1955
1956
--
1968
1968
{-# INLINE ul #-}
1969
1969
 
1970
1970
-- WARNING: The next block of code was automatically generated by
 
1971
-- Util/GenerateHtmlCombinators.hs:198
1971
1972
--
1972
1973
-- | Combinator for the @\<var>@ element.
1973
1974
--
1986
1986
{-# INLINE var #-}
1987
1987
 
1988
1988
-- WARNING: The next block of code was automatically generated by
 
1989
-- Util/GenerateHtmlCombinators.hs:198
1989
1990
--
1990
1991
-- | Combinator for the @\<video>@ element.
1991
1992
--