summaryrefslogtreecommitdiff
path: root/ddl/out/purescript/LambdaCube/Mesh.purs
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/purescript/LambdaCube/Mesh.purs')
-rw-r--r--ddl/out/purescript/LambdaCube/Mesh.purs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ddl/out/purescript/LambdaCube/Mesh.purs b/ddl/out/purescript/LambdaCube/Mesh.purs
index 58a7664..b91c0f6 100644
--- a/ddl/out/purescript/LambdaCube/Mesh.purs
+++ b/ddl/out/purescript/LambdaCube/Mesh.purs
@@ -1,5 +1,5 @@
1-- generated file, do not modify! 1-- generated file, do not modify!
2-- 2016-11-14T21:30:03.056917000000Z 2-- 2016-11-15T20:33:23.430512000000Z
3 3
4module LambdaCube.Mesh where 4module LambdaCube.Mesh where
5import Prelude 5import Prelude
@@ -45,7 +45,6 @@ data Mesh
45 45
46 46
47 47
48
49instance encodeJsonMeshAttribute :: EncodeJson MeshAttribute where 48instance encodeJsonMeshAttribute :: EncodeJson MeshAttribute where
50 encodeJson v = case v of 49 encodeJson v = case v of
51 A_Float arg0 -> "tag" := "A_Float" ~> "arg0" := arg0 ~> jsonEmptyObject 50 A_Float arg0 -> "tag" := "A_Float" ~> "arg0" := arg0 ~> jsonEmptyObject