summaryrefslogtreecommitdiff
path: root/testdata/record01.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-02 16:40:07 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-02 16:45:18 +0200
commit2fe36db8e0c4197fb4dd55c4de3fc15e038744a2 (patch)
tree62f0636f0fb3da4b0890343ab818e91c2abfc214 /testdata/record01.reject.out
parent35d5c201f7540d857956fd9459ef73706304a641 (diff)
use (:) instead of Cons everywhere
Diffstat (limited to 'testdata/record01.reject.out')
-rw-r--r--testdata/record01.reject.out82
1 files changed, 41 insertions, 41 deletions
diff --git a/testdata/record01.reject.out b/testdata/record01.reject.out
index cc4fe342..3af31081 100644
--- a/testdata/record01.reject.out
+++ b/testdata/record01.reject.out
@@ -170,7 +170,7 @@ testdata/record01.reject.lc 8:23-8:75
170 Type 170 Type
171 ImageKind 171 ImageKind
172 GetImageKind 172 GetImageKind
173 ('Cons (Image 1 'Depth) ('Cons (Image 1 ('Color (VecScalar 4 Float))) 'Nil))) 173 (: (Image 1 'Depth) (: (Image 1 ('Color (VecScalar 4 Float))) 'Nil)))
174testdata/record01.reject.lc 8:35-8:75 174testdata/record01.reject.lc 8:35-8:75
175 (Image 1 'Depth, Image 1 ('Color (VecScalar 4 Float))) 175 (Image 1 'Depth, Image 1 ('Color (VecScalar 4 Float)))
176testdata/record01.reject.lc 8:36-8:47 176testdata/record01.reject.lc 8:36-8:47
@@ -350,16 +350,16 @@ testdata/record01.reject.lc 19:50-19:62
350 forall (a :: PrimitiveType) . PrimitiveStream a ((Vec 4 Float)) 350 forall (a :: PrimitiveType) . PrimitiveStream a ((Vec 4 Float))
351testdata/record01.reject.lc 20:23-20:42 351testdata/record01.reject.lc 20:23-20:42
352 forall (a :: List Type) (b :: PrimitiveType) 352 forall (a :: List Type) (b :: PrimitiveType)
353 . RasterContext (HList ('Cons (Vec 4 Float) a)) b 353 . RasterContext (HList (: (Vec 4 Float) a)) b
354 -> HList (map Type Type Interpolated a) 354 -> HList (map Type Type Interpolated a)
355 -> List (Primitive (HList ('Cons (Vec 4 Float) a)) b) 355 -> List (Primitive (HList (: (Vec 4 Float) a)) b)
356 -> List (Vector 1 (Maybe (SimpleFragment (HList a)))) 356 -> List (Vector 1 (Maybe (SimpleFragment (HList a))))
357testdata/record01.reject.lc 20:23-20:52 357testdata/record01.reject.lc 20:23-20:52
358 HList (map Type Type Interpolated _a) 358 HList (map Type Type Interpolated _a)
359 -> List (Primitive (HList ('Cons (Vec 4 Float) _a)) 'Triangle) 359 -> List (Primitive (HList (: (Vec 4 Float) _a)) 'Triangle)
360 -> List (Vector 1 (Maybe (SimpleFragment (HList _a)))) 360 -> List (Vector 1 (Maybe (SimpleFragment (HList _a))))
361testdata/record01.reject.lc 20:23-20:63 361testdata/record01.reject.lc 20:23-20:63
362 List (Primitive (HList ('Cons (Vec 4 Float) _d)) 'Triangle) 362 List (Primitive (HList (: (Vec 4 Float) _d)) 'Triangle)
363 -> List (Vector 1 (Maybe (SimpleFragment (HList _d)))) 363 -> List (Vector 1 (Maybe (SimpleFragment (HList _d))))
364testdata/record01.reject.lc 20:23-20:79 364testdata/record01.reject.lc 20:23-20:79
365 List (Vector 1 (Maybe (SimpleFragment ((VecS Float 4))))) 365 List (Vector 1 (Maybe (SimpleFragment ((VecS Float 4)))))
@@ -437,18 +437,18 @@ testdata/record01.reject.lc 23:23-23:45
437 Type 437 Type
438 ImageKind 438 ImageKind
439 FragmentOperationKind 439 FragmentOperationKind
440 ('Cons 440 (:
441 (FragmentOperation 'Depth) 441 (FragmentOperation 'Depth)
442 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 442 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
443 -> FrameBuffer 443 -> FrameBuffer
444 _b 444 _b
445 (map 445 (map
446 Type 446 Type
447 ImageKind 447 ImageKind
448 FragmentOperationKind 448 FragmentOperationKind
449 ('Cons 449 (:
450 (FragmentOperation 'Depth) 450 (FragmentOperation 'Depth)
451 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 451 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
452testdata/record01.reject.lc 23:23-23:60 452testdata/record01.reject.lc 23:23-23:60
453 List (Vector _a (Maybe (SimpleFragment ((VecS Float 4))))) 453 List (Vector _a (Maybe (SimpleFragment ((VecS Float 4)))))
454 -> FrameBuffer 454 -> FrameBuffer
@@ -457,18 +457,18 @@ testdata/record01.reject.lc 23:23-23:60
457 Type 457 Type
458 ImageKind 458 ImageKind
459 FragmentOperationKind 459 FragmentOperationKind
460 ('Cons 460 (:
461 (FragmentOperation 'Depth) 461 (FragmentOperation 'Depth)
462 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 462 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
463 -> FrameBuffer 463 -> FrameBuffer
464 _a 464 _a
465 (map 465 (map
466 Type 466 Type
467 ImageKind 467 ImageKind
468 FragmentOperationKind 468 FragmentOperationKind
469 ('Cons 469 (:
470 (FragmentOperation 'Depth) 470 (FragmentOperation 'Depth)
471 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 471 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
472testdata/record01.reject.lc 23:23-23:75 472testdata/record01.reject.lc 23:23-23:75
473 FrameBuffer 473 FrameBuffer
474 1 474 1
@@ -476,18 +476,18 @@ testdata/record01.reject.lc 23:23-23:75
476 Type 476 Type
477 ImageKind 477 ImageKind
478 FragmentOperationKind 478 FragmentOperationKind
479 ('Cons 479 (:
480 (FragmentOperation 'Depth) 480 (FragmentOperation 'Depth)
481 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 481 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
482 -> FrameBuffer 482 -> FrameBuffer
483 1 483 1
484 (map 484 (map
485 Type 485 Type
486 ImageKind 486 ImageKind
487 FragmentOperationKind 487 FragmentOperationKind
488 ('Cons 488 (:
489 (FragmentOperation 'Depth) 489 (FragmentOperation 'Depth)
490 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 490 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
491testdata/record01.reject.lc 23:23-23:83 491testdata/record01.reject.lc 23:23-23:83
492 FrameBuffer 492 FrameBuffer
493 1 493 1
@@ -495,9 +495,9 @@ testdata/record01.reject.lc 23:23-23:83
495 Type 495 Type
496 ImageKind 496 ImageKind
497 FragmentOperationKind 497 FragmentOperationKind
498 ('Cons 498 (:
499 (FragmentOperation 'Depth) 499 (FragmentOperation 'Depth)
500 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 500 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
501testdata/record01.reject.lc 23:34-23:45 501testdata/record01.reject.lc 23:34-23:45
502 (FragmentOperation 'Depth, FragmentOperation ('Color (VecScalar 4 Float))) 502 (FragmentOperation 'Depth, FragmentOperation ('Color (VecScalar 4 Float)))
503testdata/record01.reject.lc 23:46-23:60 503testdata/record01.reject.lc 23:46-23:60
@@ -511,12 +511,12 @@ testdata/record01.reject.lc 23:76-23:83
511 Type 511 Type
512 ImageKind 512 ImageKind
513 GetImageKind 513 GetImageKind
514 ('Cons (Image 1 'Depth) ('Cons (Image 1 ('Color (VecScalar 4 Float))) 'Nil))) 514 (: (Image 1 'Depth) (: (Image 1 ('Color (VecScalar 4 Float))) 'Nil)))
515testdata/record01.reject.lc 24:12-24:58 515testdata/record01.reject.lc 24:12-24:58
516 RecordC 516 RecordC
517 ('Cons 517 (:
518 ('RecItem "fieldA" Float) 518 ('RecItem "fieldA" Float)
519 ('Cons 519 (:
520 ('RecItem 520 ('RecItem
521 "fieldB" 521 "fieldB"
522 (FrameBuffer 522 (FrameBuffer
@@ -525,10 +525,10 @@ testdata/record01.reject.lc 24:12-24:58
525 Type 525 Type
526 ImageKind 526 ImageKind
527 FragmentOperationKind 527 FragmentOperationKind
528 ('Cons 528 (:
529 (FragmentOperation 'Depth) 529 (FragmentOperation 'Depth)
530 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))))) 530 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))))
531 ('Cons 531 (:
532 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float)) 532 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float))
533 'Nil))) 533 'Nil)))
534testdata/record01.reject.lc 24:13-24:19 534testdata/record01.reject.lc 24:13-24:19
@@ -547,9 +547,9 @@ testdata/record01.reject.lc 24:21-24:57
547 Type 547 Type
548 ImageKind 548 ImageKind
549 FragmentOperationKind 549 FragmentOperationKind
550 ('Cons 550 (:
551 (FragmentOperation 'Depth) 551 (FragmentOperation 'Depth)
552 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))))), recItemType 552 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))))), recItemType
553 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float))) 553 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float)))
554testdata/record01.reject.lc 24:26-24:32 554testdata/record01.reject.lc 24:26-24:32
555 String | RecItem 555 String | RecItem
@@ -562,9 +562,9 @@ testdata/record01.reject.lc 24:34-24:39
562 Type 562 Type
563 ImageKind 563 ImageKind
564 FragmentOperationKind 564 FragmentOperationKind
565 ('Cons 565 (:
566 (FragmentOperation 'Depth) 566 (FragmentOperation 'Depth)
567 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))) 567 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))
568testdata/record01.reject.lc 24:34-24:57 568testdata/record01.reject.lc 24:34-24:57
569 (FrameBuffer 569 (FrameBuffer
570 1 570 1
@@ -572,9 +572,9 @@ testdata/record01.reject.lc 24:34-24:57
572 Type 572 Type
573 ImageKind 573 ImageKind
574 FragmentOperationKind 574 FragmentOperationKind
575 ('Cons 575 (:
576 (FragmentOperation 'Depth) 576 (FragmentOperation 'Depth)
577 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))), recItemType 577 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))), recItemType
578 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float))) 578 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float)))
579testdata/record01.reject.lc 24:41-24:47 579testdata/record01.reject.lc 24:41-24:47
580 String | RecItem | List RecItem 580 String | RecItem | List RecItem
@@ -583,9 +583,9 @@ testdata/record01.reject.lc 24:49-24:57
583 -> Blending Float | (((BlendEquation, BlendEquation) -> Blending Float)) 583 -> Blending Float | (((BlendEquation, BlendEquation) -> Blending Float))
584testdata/record01.reject.lc 25:11-25:17 584testdata/record01.reject.lc 25:11-25:17
585 RecordC 585 RecordC
586 ('Cons 586 (:
587 ('RecItem "fieldA" Float) 587 ('RecItem "fieldA" Float)
588 ('Cons 588 (:
589 ('RecItem 589 ('RecItem
590 "fieldB" 590 "fieldB"
591 (FrameBuffer 591 (FrameBuffer
@@ -594,10 +594,10 @@ testdata/record01.reject.lc 25:11-25:17
594 Type 594 Type
595 ImageKind 595 ImageKind
596 FragmentOperationKind 596 FragmentOperationKind
597 ('Cons 597 (:
598 (FragmentOperation 'Depth) 598 (FragmentOperation 'Depth)
599 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))))) 599 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))))
600 ('Cons 600 (:
601 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float)) 601 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float))
602 'Nil))) 602 'Nil)))
603testdata/record01.reject.lc 25:11-25:24 603testdata/record01.reject.lc 25:11-25:24
@@ -608,9 +608,9 @@ testdata/record01.reject.lc 26:5-26:14
608 forall (a :: Nat) (b :: List ImageKind) . FrameBuffer a b -> Output 608 forall (a :: Nat) (b :: List ImageKind) . FrameBuffer a b -> Output
609testdata/record01.reject.lc 26:15-26:21 609testdata/record01.reject.lc 26:15-26:21
610 RecordC 610 RecordC
611 ('Cons 611 (:
612 ('RecItem "fieldA" Float) 612 ('RecItem "fieldA" Float)
613 ('Cons 613 (:
614 ('RecItem 614 ('RecItem
615 "fieldB" 615 "fieldB"
616 (FrameBuffer 616 (FrameBuffer
@@ -619,10 +619,10 @@ testdata/record01.reject.lc 26:15-26:21
619 Type 619 Type
620 ImageKind 620 ImageKind
621 FragmentOperationKind 621 FragmentOperationKind
622 ('Cons 622 (:
623 (FragmentOperation 'Depth) 623 (FragmentOperation 'Depth)
624 ('Cons (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil))))) 624 (: (FragmentOperation ('Color (VecScalar 4 Float))) 'Nil)))))
625 ('Cons 625 (:
626 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float)) 626 ('RecItem "fieldC" ((BlendEquation, BlendEquation) -> Blending Float))
627 'Nil))) 627 'Nil)))
628testdata/record01.reject.lc 26:15-26:28 628testdata/record01.reject.lc 26:15-26:28