summaryrefslogtreecommitdiff
path: root/ddl/out/purescript/LambdaCube/IR.purs
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/purescript/LambdaCube/IR.purs')
-rw-r--r--ddl/out/purescript/LambdaCube/IR.purs17
1 files changed, 1 insertions, 16 deletions
diff --git a/ddl/out/purescript/LambdaCube/IR.purs b/ddl/out/purescript/LambdaCube/IR.purs
index f77ffc9..18a8739 100644
--- a/ddl/out/purescript/LambdaCube/IR.purs
+++ b/ddl/out/purescript/LambdaCube/IR.purs
@@ -1,5 +1,5 @@
1-- generated file, do not modify! 1-- generated file, do not modify!
2-- 2016-11-14T21:30:02.094169000000Z 2-- 2016-11-15T20:33:22.535345000000Z
3 3
4module LambdaCube.IR where 4module LambdaCube.IR where
5import Prelude 5import Prelude
@@ -457,30 +457,15 @@ data Pipeline
457 457
458 458
459 459
460derive instance genericInputType :: Generic InputType
461instance showInputType :: Show InputType where show = gShow
462instance eqInputType :: Eq InputType where eq = gEq
463
464derive instance genericFetchPrimitive :: Generic FetchPrimitive 460derive instance genericFetchPrimitive :: Generic FetchPrimitive
465instance showFetchPrimitive :: Show FetchPrimitive where show = gShow 461instance showFetchPrimitive :: Show FetchPrimitive where show = gShow
466instance eqFetchPrimitive :: Eq FetchPrimitive where eq = gEq 462instance eqFetchPrimitive :: Eq FetchPrimitive where eq = gEq
467 463
468derive instance genericColorArity :: Generic ColorArity 464derive instance genericColorArity :: Generic ColorArity
469instance showColorArity :: Show ColorArity where show = gShow 465instance showColorArity :: Show ColorArity where show = gShow
470instance eqColorArity :: Eq ColorArity where eq = gEq
471 466
472derive instance genericTextureDataType :: Generic TextureDataType 467derive instance genericTextureDataType :: Generic TextureDataType
473instance showTextureDataType :: Show TextureDataType where show = gShow 468instance showTextureDataType :: Show TextureDataType where show = gShow
474instance eqTextureDataType :: Eq TextureDataType where eq = gEq
475
476derive instance genericImageSemantic :: Generic ImageSemantic
477instance showImageSemantic :: Show ImageSemantic where show = gShow
478instance eqImageSemantic :: Eq ImageSemantic where eq = gEq
479
480derive instance genericPipeline :: Generic Pipeline
481instance showPipeline :: Show Pipeline where show = gShow
482instance eqPipeline :: Eq Pipeline where eq = gEq
483
484 469
485instance encodeJsonArrayValue :: EncodeJson ArrayValue where 470instance encodeJsonArrayValue :: EncodeJson ArrayValue where
486 encodeJson v = case v of 471 encodeJson v = case v of