summaryrefslogtreecommitdiff
path: root/testdata/Material.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-05 17:55:01 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-05 17:55:01 +0200
commit9e232c77ee6d0948f7dd5727d3ec568bbedf4316 (patch)
treed9f64543cf48a964fd29e95b87b824f9b5c2a877 /testdata/Material.out
parentf24ab8bd8d5cb60a7a75e52655b567f916f73a53 (diff)
improve pretty printing & try to fix local function handling
Diffstat (limited to 'testdata/Material.out')
-rw-r--r--testdata/Material.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/testdata/Material.out b/testdata/Material.out
index 27c646fd..8ae91b82 100644
--- a/testdata/Material.out
+++ b/testdata/Material.out
@@ -122,7 +122,7 @@ data DepthFunction :: Type where
122 122
123data StageAttrs :: Type where 123data StageAttrs :: Type where
124 StageAttrs 124 StageAttrs
125 :: Maybe (HList (Blending' : Blending' : '[])) 125 :: Maybe (Blending', Blending')
126 -> RGBGen 126 -> RGBGen
127 -> AlphaGen 127 -> AlphaGen
128 -> TCGen 128 -> TCGen
@@ -214,8 +214,8 @@ defaultStageAttrs
214 214
215data CommonAttrs :: Type where 215data CommonAttrs :: Type where
216 CommonAttrs 216 CommonAttrs
217 :: HList '[] 217 :: ()
218 -> HList '[] 218 -> ()
219 -> Bool 219 -> Bool
220 -> Float 220 -> Float
221 -> Bool 221 -> Bool
@@ -298,8 +298,8 @@ defaultCommonAttrs :: CommonAttrs
298defaultCommonAttrs 298defaultCommonAttrs
299 = _rhs 299 = _rhs
300 (CommonAttrs 300 (CommonAttrs
301 HNil 301 ()
302 HNil 302 ()
303 False 303 False
304 (fromInt 0) 304 (fromInt 0)
305 False 305 False